summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-19 01:19:50 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-19 01:19:50 +0100
commit50fdf7d90afadae4f4bc75e7da51e91b838af6d1 (patch)
treea9ce82f690672f5f2a7270da4764e1c3610e53bf
parentdist (diff)
downloadblueshift-50fdf7d90afadae4f4bc75e7da51e91b838af6d1.tar.gz
blueshift-50fdf7d90afadae4f4bc75e7da51e91b838af6d1.tar.bz2
blueshift-50fdf7d90afadae4f4bc75e7da51e91b838af6d1.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile2
-rw-r--r--examples/comprehensive (renamed from examples/comperhensive)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e0983d3..641dfdd 100644
--- a/Makefile
+++ b/Makefile
@@ -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.