X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincctl.c;h=cb9740ef727d575feca2347750282d1bf4513485;hp=be0aa9d984238a0af49baed0dbb1e54862f5fa83;hb=23a634becf09ac84c71250474fcb96e23b0ebdf1;hpb=3793cf10da488b9f4f7a1ac71f60bc270bdf31c6 diff --git a/src/tincctl.c b/src/tincctl.c index be0aa9d9..cb9740ef 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -1147,7 +1147,7 @@ static int cmd_top(int argc, char *argv[]) { top(fd); return 0; #else - fprintf(stderr, "This version of tincctl was compiled without support for the curses library.\n"); + fprintf(stderr, "This version of tinc was compiled without support for the curses library.\n"); return 1; #endif }