Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files/package_spec/build_debian.sh')
-rwxr-xr-xbuild_files/package_spec/build_debian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/package_spec/build_debian.sh b/build_files/package_spec/build_debian.sh
index 4594095451f..a6d94428a88 100755
--- a/build_files/package_spec/build_debian.sh
+++ b/build_files/package_spec/build_debian.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Builds a debian package from SVN source.
#
-# For paralelle builds use:
+# For parallel builds use:
# DEB_BUILD_OPTIONS="parallel=5" sh build_files/package_spec/build_debian.sh
# this needs to run in the root dir.