#18803: fix more typos. Patch by Févry Thibault.

This commit is contained in:
Ezio Melotti 2013-08-26 01:32:56 +03:00
parent bf8ab77f94
commit 7c4a7e6f3c
17 changed files with 20 additions and 20 deletions

View file

@ -462,7 +462,7 @@ class Application:
handler = getattr(self, handlername)
except AttributeError:
if value == '':
# count the number of occurances
# count the number of occurrences
if optionname in values:
values[optionname] = values[optionname] + 1
else: