Package: bwm-ng / 0.6.1-2

typos.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Fix Typos
Author: Samuel Henrique <samueloph@gmail.com>
Forwarded: https://github.com/vgropp/bwm-ng/pull/6
Index: bwm-ng-0.6.1/src/help.c
===================================================================
--- bwm-ng-0.6.1.orig/src/help.c
+++ bwm-ng-0.6.1/src/help.c
@@ -49,12 +49,12 @@ inline void cmdln_printhelp() {
     printf("Options:\n");
     print_help_line("-t <msec>","-t, --timeout <msec>","displays stats every <msec> (1msec = 1/1000sec)");
     print_help_line("","","default: 500");
-    print_help_line("-d","-d, --dynamic [value]","show values dynamicly (Byte KB or MB)");
+    print_help_line("-d","-d, --dynamic [value]","show values dynamically (Byte KB or MB)");
     print_help_line("-a [mode]","-a, --allif [mode]","where mode is one of:");
     print_help_line("","","0=show only up (and selected) interfaces");
     print_help_line("","","1=show all up interfaces (default)");
     print_help_line("","","2=show all and down interfaces");
-    print_help_line("-I <list>","-I, --interfaces <list>","show only interfaces in <list> (comma seperated), or");
+    print_help_line("-I <list>","-I, --interfaces <list>","show only interfaces in <list> (comma separated), or");
     print_help_line("","","if list is prefaced with % show all but interfaces");
     print_help_line("","","in list");
     print_help_line("-S","-S, --sumhidden [value]","count hidden interfaces for total");