diff --git a/README.md b/README.md index 977f335..836a38a 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ _Note: you may need to call `make` in the **auto** folder first_ #### Using cmake -The cmake build is mostly contributer maintained. +The cmake build is mostly contributor maintained. Due to the multitude of use cases this is maintained on a _best effort_ basis. Pull requests are welcome. diff --git a/auto/bin/parse_spec.pl b/auto/bin/parse_spec.pl index 71d6639..b9c3281 100755 --- a/auto/bin/parse_spec.pl +++ b/auto/bin/parse_spec.pl @@ -114,7 +114,7 @@ my %taboo_tokens = ( ); # list of function definitions to be ignored, unless they are being defined in -# the given spec. This is an ugly hack arround the fact that people writing +# the given spec. This is an ugly hack around the fact that people writing # spec files seem to shut down all brain activity while they are at this task. # # This will be moved to its own file eventually. @@ -185,7 +185,7 @@ sub normalize_prototype return $_; } -# Ugly hack to work arround the fact that functions are declared in more +# Ugly hack to work around the fact that functions are declared in more # than one spec file. sub ignore_function($$) { diff --git a/auto/doc/advanced.html b/auto/doc/advanced.html index 740a797..3e0ad79 100644 --- a/auto/doc/advanced.html +++ b/auto/doc/advanced.html @@ -88,7 +88,7 @@ terminated with a semicolon.

Custom Code Generation

Starting from GLEW 1.3.0, it is possible to control which extensions -to include in the libarary by specifying a list in +to include in the library by specifying a list in auto/custom.txt. This is useful when you do not need all the extensions and would like to reduce the size of the source files. Type make clean; make custom in the auto directory diff --git a/auto/doc/log.html b/auto/doc/log.html index a805f98..531b3b2 100644 --- a/auto/doc/log.html +++ b/auto/doc/log.html @@ -198,7 +198,7 @@

diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 5565f92..5226592 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -51,7 +51,7 @@ endif() find_package (OpenGL REQUIRED) -# cmake<3.10 doesnt detect EGL/GLX +# cmake<3.10 doesn't detect EGL/GLX if (CMAKE_VERSION VERSION_LESS 3.10) find_library(OPENGL_egl_LIBRARY NAMES EGL) if (OPENGL_egl_LIBRARY) diff --git a/doc/advanced.html b/doc/advanced.html index b1ecc24..4c219fc 100644 --- a/doc/advanced.html +++ b/doc/advanced.html @@ -184,7 +184,7 @@ terminated with a semicolon.

Custom Code Generation

Starting from GLEW 1.3.0, it is possible to control which extensions -to include in the libarary by specifying a list in +to include in the library by specifying a list in auto/custom.txt. This is useful when you do not need all the extensions and would like to reduce the size of the source files. Type make clean; make custom in the auto directory diff --git a/doc/log.html b/doc/log.html index 89fb44e..939469b 100644 --- a/doc/log.html +++ b/doc/log.html @@ -294,7 +294,7 @@ THE POSSIBILITY OF SUCH DAMAGE.