summaryrefslogtreecommitdiff
path: root/other
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
parent758bd9aa871666e1003691531f22f6dc515625bf (diff)
Fix typos
Diffstat (limited to 'other')
-rw-r--r--other/docker/windows/Dockerfile2
-rw-r--r--other/docker/windows/get_packages.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/other/docker/windows/Dockerfile b/other/docker/windows/Dockerfile
index 07903239..94bedc47 100644
--- a/other/docker/windows/Dockerfile
+++ b/other/docker/windows/Dockerfile
@@ -1,6 +1,6 @@
1FROM debian:stretch-slim 1FROM debian:stretch-slim
2 2
3# Build-time enviroment variables 3# Build-time environment variables
4ARG VERSION_SODIUM=1.0.16 4ARG VERSION_SODIUM=1.0.16
5ARG VERSION_OPUS=v1.2.1 5ARG VERSION_OPUS=v1.2.1
6ARG VERSION_VPX=v1.6.1 6ARG VERSION_VPX=v1.6.1
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 \