Show
Ignore:
Timestamp:
12/10/07 18:30:18 (5 years ago)
Author:
robert
Message:

From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/examples/osgimpostor/osgimpostor.cpp

    r6941 r7648  
    107107    osg::UByteArray* coordIndices = new osg::UByteArray(48,indices); 
    108108 
    109         // share the primtive set. 
     109        // share the primitive set. 
    110110        osg::PrimitiveSet* primitives = new osg::DrawArrays(osg::PrimitiveSet::TRIANGLES,0,48); 
    111111