From 4a757ac7c01576cec73f029abd09c63e8d391538 Mon Sep 17 00:00:00 2001 From: luz paz Date: Sun, 19 Dec 2021 16:02:37 -0500 Subject: [PATCH] Fix various typos Found via `codespell -q 3 -L ake,extrem,lod,parms` --- README.md | 2 +- auto/bin/parse_spec.pl | 4 ++-- auto/doc/advanced.html | 2 +- auto/doc/log.html | 6 +++--- build/cmake/CMakeLists.txt | 2 +- doc/advanced.html | 2 +- doc/log.html | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 977f335c..836a38a0 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 71d6639a..b9c32813 100755 --- a/auto/bin/parse_spec.pl +++ b/auto/bin/parse_spec.pl @@ -114,7 +114,7 @@ sub compile_regex ); # 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 740a7976..3e0ad792 100644 --- a/auto/doc/advanced.html +++ b/auto/doc/advanced.html @@ -88,7 +88,7 @@

Adding a New Extension

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 a805f985..531b3b2c 100644 --- a/auto/doc/log.html +++ b/auto/doc/log.html @@ -198,7 +198,7 @@

Change Log

diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 5565f923..52265926 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 b1ecc24c..4c219fc3 100644 --- a/doc/advanced.html +++ b/doc/advanced.html @@ -184,7 +184,7 @@

Adding a New Extension

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 89fb44e2..939469b9 100644 --- a/doc/log.html +++ b/doc/log.html @@ -294,7 +294,7 @@

Change Log