Changeset 35

Show
Ignore:
Timestamp:
03/29/07 18:40:16 (2 years ago)
Author:
astraw
Message:

fix typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pyosg/osg/osg.cpp

    r34 r35  
    384384    PyErr_Format( 
    385385                 PyExc_ImportError 
    386                  , "PyOSG was compiled against OSG %d.%d but is OSG %s", 
     386                 , "PyOSG was compiled against OSG %d.%d but this is OSG %s", 
    387387                 OSG_VERSION_MAJOR, OSG_VERSION_MINOR, 
    388388                 osgGetVersion());