From patchwork Sat Jan 2 17:51:44 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 5225 Return-Path: Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by open-mesh.net (Postfix) with SMTP id F04AA1540FB for ; Sat, 2 Jan 2010 18:09:57 +0000 (UTC) Received: (qmail invoked by alias); 02 Jan 2010 17:51:56 -0000 Received: from p57AA0F56.dip0.t-ipconnect.de (EHLO localhost) [87.170.15.86] by mail.gmx.net (mp006) with SMTP; 02 Jan 2010 18:51:56 +0100 X-Authenticated: #15668376 X-Provags-ID: V01U2FsdGVkX19pJQZNyy9pyW6PX1bFZCbHowUuK9DKFOmgTJjP3J Gju5U/2WBPzjjg From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.net Date: Sat, 2 Jan 2010 18:51:44 +0100 Message-Id: <1262454706-6137-2-git-send-email-sven.eckelmann@gmx.de> X-Mailer: git-send-email 1.6.5.7 In-Reply-To: <1262454706-6137-1-git-send-email-sven.eckelmann@gmx.de> References: <1262454706-6137-1-git-send-email-sven.eckelmann@gmx.de> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.52 Subject: [B.A.T.M.A.N.] [PATCH 1/3] batctl: Correct typographical errors detected by lintian X-BeenThere: b.a.t.m.a.n@lists.open-mesh.net X-Mailman-Version: 2.1.11 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 18:09:58 -0000 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 --- batctl/bisect.c | 4 ++-- batctl/man/batctl.8 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/batctl/bisect.c b/batctl/bisect.c index e3d7463..1939613 100644 --- a/batctl/bisect.c +++ b/batctl/bisect.c @@ -197,7 +197,7 @@ static int routing_table_new(char *orig, char *next_hop, char *old_next_hop, cha 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 @@ static int routing_table_new(char *orig, char *next_hop, char *old_next_hop, cha 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; } diff --git a/batctl/man/batctl.8 b/batctl/man/batctl.8 index 1aa68df..311fca3 100644 --- a/batctl/man/batctl.8 +++ b/batctl/man/batctl.8 @@ -96,7 +96,7 @@ Analyzes the logfiles to build a small internal database of all sent sequence nu .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 and Marek Lindner . .PP