fixed glSampleCoverage typo
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec
index f5b113d..b2978de 100644
--- a/src/mesa/glapi/APIspec
+++ b/src/mesa/glapi/APIspec
@@ -1,4 +1,4 @@
-# $Id: APIspec,v 1.10 2002/09/06 03:19:36 brianp Exp $
+# $Id: APIspec,v 1.11 2002/09/06 03:30:20 brianp Exp $
 
 # This file describes all the OpenGL functions.
 # We use a number of Python scripts to parse this file and
@@ -3526,8 +3526,8 @@
 param		m		const GLdouble *
 category	1.3
 
-name		SampleCover
-alias		SampleCoverageARBARB
+name		SampleCoverage
+alias		SampleCoverageARB
 return		void
 param		value		GLclampf
 param		invert		GLboolean