From 619f1ecc7519c0452e363c95ac71e225f322e6ac Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Sat, 11 Nov 2017 02:44:31 +0000 Subject: [PATCH] Orthography fix --- config/kamokan.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/kamokan.ini b/config/kamokan.ini index 99ffd38..464eae8 100644 --- a/config/kamokan.ini +++ b/config/kamokan.ini @@ -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)