aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/windows/travisbuild.sh
diff options
context:
space:
mode:
authorGravatar Alexander Kjäll <alexander.kjall@gmail.com>2019-12-09 21:54:37 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-24 06:25:59 +0900
commitb4eef5548b593956a4a24da43641b9eed7906efa (patch)
tree6a836d42eb79b18a0117b35794a0084ee680ee49 /scripts/windows/travisbuild.sh
parent75032429144e8806d72ad94e506f9f7aab69e969 (diff)
downloadsubsurface-b4eef5548b593956a4a24da43641b9eed7906efa.tar.gz
fixed typo in comment
Signed-off-by: Alexander Kjäll <alexander.kjall@gmail.com>
Diffstat (limited to 'scripts/windows/travisbuild.sh')
-rw-r--r--scripts/windows/travisbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows/travisbuild.sh b/scripts/windows/travisbuild.sh
index 42f7d788d..2ef0dcc01 100644
--- a/scripts/windows/travisbuild.sh
+++ b/scripts/windows/travisbuild.sh
@@ -5,7 +5,7 @@ set -e
# this gets executed by Travis when building an installer for Windows
# it gets started from inside the subsurface directory
-# with all the other projects downloaded and installed in parralel to
+# with all the other projects downloaded and installed in parallel to
# subsurface; in order to be compatible with the assumed layout, we
# need to create the secondary build directory
cd ${TRAVIS_BUILD_DIR}/..