summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>1999-09-14 03:23:08 +0000
committerGareth Hughes <gareth@valinux.com>1999-09-14 03:23:08 +0000
commit005ac16be162f94d620bccab5531ef90293c561f (patch)
treed902d5c797bc19c725014b2d334e1a6bce001cde /include
parent62cae531c6a372b85ff90ddc00abe985c52e76fd (diff)
downloadglu-005ac16be162f94d620bccab5531ef90293c561f.tar.gz
Fixed GLUtriangulatorObj again (spelling).
Diffstat (limited to 'include')
-rw-r--r--include/GL/glu.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index 7e52b5b..b7d94ba 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -1,4 +1,4 @@
-/* $Id: glu.h,v 1.4 1999/09/14 01:32:58 gareth Exp $ */
+/* $Id: glu.h,v 1.5 1999/09/14 03:23:08 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -23,6 +23,9 @@
/*
* $Log: glu.h,v $
+ * Revision 1.5 1999/09/14 03:23:08 gareth
+ * Fixed GLUtriangulatorObj again (spelling).
+ *
* Revision 1.4 1999/09/14 01:32:58 gareth
* Fixed definition of GLUtriangluatorObj for 1.3 tessellator.
*
@@ -256,7 +259,7 @@ enum {
/* FIXME: We need to implement the other 1.3 typedefs - GH */
typedef struct GLUtesselator GLUtesselator;
- typedef GLUtesselator GLUtriangluatorObj;
+ typedef GLUtesselator GLUtriangulatorObj;
#endif