diff options
author | Brian Paul <[email protected]> | 1999-11-19 21:23:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-19 21:23:37 +0000 |
commit | 9fd022a905e08e0d24ae987b5f8f858adfd671d9 (patch) | |
tree | 9727bc38bee04ec480b660101c6c93e0c3a0a0ab /src/glu | |
parent | 784657c37960b954550555a92dbe9e762c9ff488 (diff) |
replace encounteed with encountered
Diffstat (limited to 'src/glu')
-rw-r--r-- | src/glu/mesa/glu.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/glu/mesa/glu.c b/src/glu/mesa/glu.c index d49639c349d..7707fcf8b9f 100644 --- a/src/glu/mesa/glu.c +++ b/src/glu/mesa/glu.c @@ -1,4 +1,4 @@ -/* $Id: glu.c,v 1.16 1999/10/27 09:47:41 brianp Exp $ */ +/* $Id: glu.c,v 1.17 1999/11/19 21:23:37 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -23,6 +23,9 @@ /* * $Log: glu.c,v $ + * Revision 1.17 1999/11/19 21:23:37 brianp + * replace encounteed with encountered + * * Revision 1.16 1999/10/27 09:47:41 brianp * disabled gluGetProcAddressEXT * @@ -304,7 +307,7 @@ const GLubyte* GLAPIENTRY gluErrorString( GLenum errorCode ) "unconnected trim curves", "unknown knot error", "negative vertex count encountered", - "negative byte-stride encounteed", + "negative byte-stride encountered", "unknown type descriptor", "null control array or knot vector", "duplicate point on pwlcurve" |