From 9d26e7c72ac3a98d0ac7fcc734b9565c9f5bbc60 Mon Sep 17 00:00:00 2001 From: Marcel Goessel Date: Wed, 8 May 2019 10:38:08 +0200 Subject: [PATCH] Update wireguard-install.sh fix little typo --- wireguard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index 598f422..1c64d5c 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -12,7 +12,7 @@ fi if [ "$(systemd-detect-virt)" == "lxc" ]; then echo "LXC is not supported (yet)." - echo "WireGuard can techniaclly run in an LXC container," + echo "WireGuard can technically run in an LXC container," echo "but the kernel module has to be installed on the host," echo "the container has to be run with some specific parameters" echo "and only the tools need to be installed in the container."