]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
runmodes: fix typo in output
authorEric Leblond <eric@regit.org>
Wed, 1 Apr 2015 11:58:25 +0000 (13:58 +0200)
committerEric Leblond <eric@regit.org>
Wed, 1 Apr 2015 15:31:43 +0000 (17:31 +0200)
src/runmodes.c

index 5fd9b91458219baed8b256ae1f1e641c5ee714eb..e38552715321676601efc5e22d4686cfccda0ada 100644 (file)
@@ -229,7 +229,7 @@ void RunModeListRunmodes(void)
            "-----------------------\n");
 
     printf("| %-17s | %-17s | %-10s \n",
-           "RunMode Type", "Custom Mode ", "Descripition");
+           "RunMode Type", "Custom Mode ", "Description");
     printf("|-----------------------------------------------------------------"
            "-----------------------\n");
     int i = RUNMODE_UNKNOWN + 1;