summaryrefslogtreecommitdiff
path: root/other/docker/windows/get_packages.sh
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-09-19 11:15:50 +0800
committeriphydf <iphydf@users.noreply.github.com>2018-09-19 18:16:13 +0000
commitd3d5b701cb940e5f6c7cb2af199428fc8224e665 (patch)
tree227460e1cde95443856ccbc5f0bcf082874bd41c /other/docker/windows/get_packages.sh
parent758bd9aa871666e1003691531f22f6dc515625bf (diff)
Fix typos
Diffstat (limited to 'other/docker/windows/get_packages.sh')
-rw-r--r--other/docker/windows/get_packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/docker/windows/get_packages.sh b/other/docker/windows/get_packages.sh
index 45c91854..397779ce 100644
--- a/other/docker/windows/get_packages.sh
+++ b/other/docker/windows/get_packages.sh
@@ -33,7 +33,7 @@ if [ "${SUPPORT_ARCH_x86_64}" = "true" ]; then
33 gcc-mingw-w64-x86-64 33 gcc-mingw-w64-x86-64
34fi 34fi
35 35
36# Pacakges needed for running toxcore tests 36# Packages needed for running toxcore tests
37if [ "${SUPPORT_TEST}" = "true" ]; then 37if [ "${SUPPORT_TEST}" = "true" ]; then
38 apt-get install -y \ 38 apt-get install -y \
39 apt-transport-https \ 39 apt-transport-https \