Minor typo fix
authorFabio Fantoni <fabio.fantoni@m2r.biz>
Sun, 14 Feb 2021 17:35:42 +0000 (18:35 +0100)
committerakallabeth <akallabeth@users.noreply.github.com>
Thu, 25 Feb 2021 08:51:41 +0000 (09:51 +0100)
From debian packages patch done by Mike Gabriel
<mike.gabriel@das-netzwerkteam.de>

(cherry picked from commit 5c408e080e66c917ec4aeaaadf324b9665ba992a)

client/common/cmdline.h

index 8ccc4f9..807373b 100644 (file)
@@ -63,7 +63,7 @@ static const COMMAND_LINE_ARGUMENT_A args[] = {
        { "auth-only", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
          "Authenticate only" },
        { "authentication", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
-         "Authentication (expermiental)" },
+         "Authentication (experimental)" },
        { "auto-reconnect", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
          "Automatic reconnection" },
        { "auto-reconnect-max-retries", COMMAND_LINE_VALUE_REQUIRED, "<retries>", NULL, NULL, -1, NULL,