summaryrefslogtreecommitdiff
path: root/po/fi/list-unkn-words.py
diff options
context:
space:
mode:
Diffstat (limited to 'po/fi/list-unkn-words.py')
-rwxr-xr-xpo/fi/list-unkn-words.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/fi/list-unkn-words.py b/po/fi/list-unkn-words.py
index 138bb88b3..4932f09d6 100755
--- a/po/fi/list-unkn-words.py
+++ b/po/fi/list-unkn-words.py
@@ -109,8 +109,8 @@ if __name__ == "__main__":
print "Error, personal word list could not be opened for reading ", pN
sys.exit(5)
for word in pF.readlines():
- if len(word) > 0: # Don't add empty words
- if (word[0] != "#" and word[0] != " "): #Don't add comment lines
+ if len(word) > 0: # Don't add empty words
+ if (word[0] != "#" and word[0] != " "): # Don't add comment lines
# Workaroud for Debian bug #545848
checker.dict.add(word)
# When bug is fixed, replace above line with