From 0555cc27161637476319fb8b78254f3291026d6f Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 2 Sep 2007 19:54:01 +0000 Subject: [PATCH] Corrected spelling. --- Source/OpenTK/OpenGL/GLHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/OpenGL/GLHelper.cs b/Source/OpenTK/OpenGL/GLHelper.cs index e25c7aa5..31cf4942 100644 --- a/Source/OpenTK/OpenGL/GLHelper.cs +++ b/Source/OpenTK/OpenGL/GLHelper.cs @@ -222,7 +222,7 @@ namespace OpenTK.OpenGL /// /// Call this function manually whenever you need to update OpenGL entry points. /// This need may arise if you change the pixelformat/visual, or in case you cannot - /// (or do not want) to use the automatic initialisation of the GL class. + /// (or do not want) to use the automatic initialization of the GL class. /// /// public static void LoadAll()