]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fixed
authorRobin Dunn <robin@alldunn.com>
Wed, 2 May 2001 21:52:45 +0000 (21:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 2 May 2001 21:52:45 +0000 (21:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/gen_iface.py
src/stc/gen_iface.py

index b7dd75671502240e854534bea837e3e50617467a..8348993acc898df07d47b88986f3378e65481adf 100644 (file)
@@ -35,7 +35,7 @@ valPrefixes = [('SCI_', ''),
                ('SCWS_', 'WS_'),
 ]
 
                ('SCWS_', 'WS_'),
 ]
 
-# Message funcion values that should have a CMD_ constant as well
+# Message function values that should have a CMD_ constant as well
 cmdValues = [ (2300, 2350), 2011, 2013, (2176, 2180) ]
 
 
 cmdValues = [ (2300, 2350), 2011, 2013, (2176, 2180) ]
 
 
index b7dd75671502240e854534bea837e3e50617467a..8348993acc898df07d47b88986f3378e65481adf 100644 (file)
@@ -35,7 +35,7 @@ valPrefixes = [('SCI_', ''),
                ('SCWS_', 'WS_'),
 ]
 
                ('SCWS_', 'WS_'),
 ]
 
-# Message funcion values that should have a CMD_ constant as well
+# Message function values that should have a CMD_ constant as well
 cmdValues = [ (2300, 2350), 2011, 2013, (2176, 2180) ]
 
 
 cmdValues = [ (2300, 2350), 2011, 2013, (2176, 2180) ]