Author: marek Date: 2010-01-07 15:05:59 +0100 (Thu, 07 Jan 2010) New Revision: 1536
Modified: branches/batctl-0.2.x/bisect.c branches/batctl-0.2.x/man/batctl.8 Log: batctl: Correct typographical errors detected by lintian
Debian's Lintian detected different smaller typographical errors in the source code and manpages of batctl.
* preceeding -> preceding * simliar -> similar
Signed-off-by: Sven Eckelmann sven.eckelmann@gmx.de
Modified: branches/batctl-0.2.x/bisect.c =================================================================== --- branches/batctl-0.2.x/bisect.c 2010-01-07 13:48:40 UTC (rev 1535) +++ branches/batctl-0.2.x/bisect.c 2010-01-07 14:05:59 UTC (rev 1536) @@ -197,7 +197,7 @@ int i, j;
if (!curr_bat_node) { - fprintf(stderr, "Routing table change without preceeding OGM - skipping"); + fprintf(stderr, "Routing table change without preceding OGM - skipping"); goto err; }
@@ -225,7 +225,7 @@ goto err;
if (list_empty(&orig_event->event_list)) { - fprintf(stderr, "Routing table change without any preceeding OGM of that originator - skipping"); + fprintf(stderr, "Routing table change without any preceding OGM of that originator - skipping"); goto err; }
Modified: branches/batctl-0.2.x/man/batctl.8 =================================================================== --- branches/batctl-0.2.x/man/batctl.8 2010-01-07 13:48:40 UTC (rev 1535) +++ branches/batctl-0.2.x/man/batctl.8 2010-01-07 14:05:59 UTC (rev 1536) @@ -96,7 +96,7 @@ .SH FILES .TP .I "\fBbat-hosts\fP" -This file is simliar to the /etc/hosts file. You can write one mac address and one host name per line. batctl will search for bat-hosts in /etc, your home directory and the current directory. The found data is used to match mac address to your provided host name or replace mac addresses in debug output and logs. Host names are much easier to remember than mac addresses. +This file is similar to the /etc/hosts file. You can write one mac address and one host name per line. batctl will search for bat-hosts in /etc, your home directory and the current directory. The found data is used to match mac address to your provided host name or replace mac addresses in debug output and logs. Host names are much easier to remember than mac addresses. .SH AUTHOR batctl was written by Andreas Langer a.langer@q-dsl.de and Marek Lindner lindner_marek@yahoo.de. .PP