summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-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