From cdd3c6bc48b51ea573e0be495b8cc40e50b21c55 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Sep 2011 19:11:41 -0600 Subject: [PATCH] Fix #840020 (String typo please update (no replace)) --- resources/default_tweaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index f11a0b7bc0..b385511d56 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -63,7 +63,7 @@ authors_completer_append_separator = False # end of an author name. The case of the suffix is ignored and trailing # periods are automatically handled. # The author name copy words are a set of words which if they occur in an -# author name cause the automatically geenrated author sort string to be +# author name cause the automatically generated author sort string to be # identical to the author name. This means that the sort for a string like Acme # Inc. will be Acme Inc. instead of Inc., Acme author_sort_copy_method = 'comma'