diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-11-30 15:03:43 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-11-30 15:14:47 +0100 |
commit | 14cb5128b31193831921ed68fbe3f9dad0625a64 (patch) | |
tree | 3fc69fa9b3469acc9c4d5f093241e871afab3fc3 | |
parent | 7b9ee9cdb706c2ab2b7c9a32cb022f389166f417 (diff) | |
download | poezio-14cb5128b31193831921ed68fbe3f9dad0625a64.tar.gz poezio-14cb5128b31193831921ed68fbe3f9dad0625a64.tar.bz2 poezio-14cb5128b31193831921ed68fbe3f9dad0625a64.tar.xz poezio-14cb5128b31193831921ed68fbe3f9dad0625a64.zip |
Fix a typo in the default conf
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 9c0c7052..7e667678 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -78,7 +78,7 @@ rooms = poezio@muc.poezio.eu # the method that poezio will use to store your bookmarks online # possible values are: privatexml, pep # You should not have to modify this, but if you have to, please do. -use_bookmarks_method = +use_bookmarks_method = # use this option to force the use of local bookmarks # possible values are: anything/false @@ -99,7 +99,7 @@ max_nick_length = 25 # Words that you want to complete on recent words completion, # separated by a colon (:). -# e.g. words = "anticonstitutionellement:I protest:I like bananas:" +# e.g. words = "anticonstitutionnellement:I protest:I like bananas:" words = # a list of words (separated by a colon (:)) that will be |