From ed30834757535e0ba9d842ed774d437c462061ef Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 8 Aug 2002 13:45:16 +0000 Subject: [PATCH] Fixed typos, sent in by Warren Macchi. --- include/osg/Primitive | 2 +- include/osg/UByte4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osg/Primitive b/include/osg/Primitive index 6e27992b3..2f5aeabd7 100644 --- a/include/osg/Primitive +++ b/include/osg/Primitive @@ -114,7 +114,7 @@ class Primitive : public Object virtual bool isSameKindAs(const Object* obj) const { return dynamic_cast(obj)!=NULL; } virtual const char* libraryName() const { return "osg"; } - virtual const char* className() const { return "Primitve"; } + virtual const char* className() const { return "Primitive"; } Type getType() const { return _primitiveType; } diff --git a/include/osg/UByte4 b/include/osg/UByte4 index b1b4406f7..7a12c3661 100644 --- a/include/osg/UByte4 +++ b/include/osg/UByte4 @@ -3,7 +3,7 @@ //as published by the Free Software Foundation. #ifndef OSG_UBYTE4 -#define OSG_UBUTE 1 +#define OSG_UBUTE4 1 #include