diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | examples/comprehensive (renamed from examples/comperhensive) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ FLAGS = $$($(PKGCONFIG) --cflags --libs $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE) DATAFILES = 2deg 10deg redshift redshift_old PYFILES = __main__.py colour.py curve.py monitor.py solar.py -EXAMPLES = comperhensive +EXAMPLES = comprehensive diff --git a/examples/comperhensive b/examples/comprehensive index 17b67bf..653cd8b 100644 --- a/examples/comperhensive +++ b/examples/comprehensive @@ -2,7 +2,7 @@ # This example is complete with exceptions for less normal colour # curve modifiers: nothing else than CIE 1964 10 degree CMF for -# colour temperature, not use of termporarly linear RGB curves, +# colour temperature, not use of temporarly linear RGB curves, # negative image, sigmoid correction, or free function modifier. |