SF.net SVN: geany:[3856] trunk/scripts/create_py_tags.py

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jun 11 09:01:55 UTC 2009


Revision: 3856
          http://geany.svn.sourceforge.net/geany/?rev=3856&view=rev
Author:   eht16
Date:     2009-06-11 09:01:54 +0000 (Thu, 11 Jun 2009)

Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    trunk/scripts/create_py_tags.py

Modified: trunk/scripts/create_py_tags.py
===================================================================
--- trunk/scripts/create_py_tags.py	2009-06-11 09:01:11 UTC (rev 3855)
+++ trunk/scripts/create_py_tags.py	2009-06-11 09:01:54 UTC (rev 3856)
@@ -37,7 +37,7 @@
 		return
 	for test in tags:
 		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
 			# writelines() and write()
 			return


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list