summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-01-21 10:55:29 +0100
committerGard Spreemann <gspr@nonempty.org>2020-01-21 10:55:29 +0100
commit56aaeb49ea929644d0aa541046dc6ea454ac78ef (patch)
treeff51f9fdfa030aa9e0978f1e0e872a72ec539da6
parent3d1fc128ab514532da240453111e344b28459ea1 (diff)
Typo.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c7a9cbef..6fe6c956 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ REMAINING_PY3VERS:=$(filter-out $(DEFAULT_PY3VER), $(PY3VERS))
DHFLAGS+=--buildsystem=cmake
# To fix #945226, we turn off parallel builds everywhere, except if
-# someone explicitly wants them enabled by setting the enivronment
+# someone explicitly wants them enabled by setting the environment
# variable ALLOW_PARALLEL.
ifeq (, $(ALLOW_PARALLEL))
DHFLAGS+=--no-parallel