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()