Fix minor typos in messages and docs

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Yuri Chornoivan
2013-07-30 11:21:11 +03:00
committed by Eric Blake
parent e9b8c9dc80
commit 5b4c035b08
8 changed files with 41 additions and 41 deletions

View File

@@ -919,7 +919,7 @@ class CParser:
l = lines[0]
i = 0
# Remove all leading '*', followed by at most one ' ' character
# since we need to preserve correct identation of code examples
# since we need to preserve correct indentation of code examples
while i < len(l) and l[i] == '*':
i = i + 1
if i > 0: