From b4eef5548b593956a4a24da43641b9eed7906efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Mon, 9 Dec 2019 21:54:37 +0100 Subject: [PATCH] fixed typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexander Kjäll --- scripts/windows/travisbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/..