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."