Kaydet (Commit) b103dba0 authored tarafından Enrico Tröger's avatar Enrico Tröger

Fix typo.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3856 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 0b79e136
...@@ -37,7 +37,7 @@ def add_tag(tags, tag): ...@@ -37,7 +37,7 @@ def add_tag(tags, tag):
return return
for test in tags: for test in tags:
if test.startswith(tagname): if test.startswith(tagname):
# check wether we find a tag line which starts with the same name, # check whether we find a tag line which starts with the same name,
# include the separating TA_TYPE character to ensure we don't match # include the separating TA_TYPE character to ensure we don't match
# writelines() and write() # writelines() and write()
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment