1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00

Orthography fix

This commit is contained in:
King_DuckZ 2017-11-11 02:44:31 +00:00
parent 8f7a569845
commit 619f1ecc75

View file

@ -65,7 +65,7 @@ max_pastie_size = 25000
#rejected (default: 10)
#max_token_length = 10
#wether pasties longer than max_pastie_size should be truncated to the maximum
#whether pasties longer than max_pastie_size should be truncated to the maximum
#allowed size and accepted anyways instead of being rejected (default: false)
#truncate_long_pasties = false
@ -78,11 +78,11 @@ max_pastie_size = 25000
#log destination; use - for stdout (default: -)
#log_file = -
#minimum delay in seconds between two pasties in order for the second to be
#minimum delay in seconds between two pasties in order for the second one to be
#accepted and stored (default: 10)
#resubmit_wait = 10
#wether kamokan should store syntax highlighted pasties along with the original;
#whether kamokan should store syntax highlighted pasties along with the original;
#only the selected pastie language will be pre-cached, and only if it's not
#colourless; use this if you can receive potentially large pasties that need
#syntax highlighting and are running on slow hardware (default: true)