From 1c77069064e0cf0e0ddd81bab1b1354a8952fb33 Mon Sep 17 00:00:00 2001 From: Pierre Emeriaud Date: Sat, 9 May 2015 00:03:51 +0200 Subject: [PATCH] Fix typo in tincctl help. --- src/tincctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tincctl.c b/src/tincctl.c index 047aab4f..b56d9a24 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -150,7 +150,7 @@ static void usage(bool status) { " exchange Same as export followed by import\n" " exchange-all Same as export-all followed by import\n" " invite NODE [...] Generate an invitation for NODE\n" - " join INVITATION Join a VPN using an INVITIATION\n" + " join INVITATION Join a VPN using an INVITATION\n" " network [NETNAME] List all known networks, or switch to the one named NETNAME.\n" " fsck Check the configuration files for problems.\n" "\n"); -- 2.20.1