summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2018-02-21 11:33:42 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2018-02-21 11:33:42 +0000
commit2e6566e2bf7a5a06a4eb01256dd03d57ea59f6dd (patch)
treea68941145713002f8fb368d5e753f5a037403eb5
parent5476f2a1d4cc387c4868c1a69a7576a150db1ebc (diff)
downloadbuildstream-2e6566e2bf7a5a06a4eb01256dd03d57ea59f6dd.tar.gz
tests/integration/base/generate-base.sh: Typo fix in comment
-rwxr-xr-xtests/integration/base/generate-base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/base/generate-base.sh b/tests/integration/base/generate-base.sh
index 433f36ea5..d1ebd58ae 100755
--- a/tests/integration/base/generate-base.sh
+++ b/tests/integration/base/generate-base.sh
@@ -3,7 +3,7 @@
# Generate a base sysroot for running the BuildStream integration tests.
#
# The sysroot is based off the Alpine Linux distribution. The script downloads
-# a release of Alpine, sets up a cheap consider using `bwrap` and installs the
+# a release of Alpine, sets up a cheap container using `bwrap` and installs the
# packages that are needed by the integration tests, then outputs a .tar.xz
# file.