Revision: 428
Author: roman_yakovenko
Date: 2006-08-21 01:29:47 -0700 (Mon, 21 Aug 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=428&view=rev
Log Message:
-----------
fix for small spell error
Modified Paths:
--------------
pygccxml_dev/pygccxml/declarations/cpptypes.py
Modified: pygccxml_dev/pygccxml/declarations/cpptypes.py
===================================================================
--- pygccxml_dev/pygccxml/declarations/cpptypes.py 2006-08-21 08:04:14 UTC (rev 427)
+++ pygccxml_dev/pygccxml/declarations/cpptypes.py 2006-08-21 08:29:47 UTC (rev 428)
@@ -302,7 +302,7 @@
, '__java_boolean' : jboolean_t()
}
"""
-defines a mapping between funcdamental type name and its synonym to the instance
+defines a mapping between fundamental type name and its synonym to the instance
of class that describes the type
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|