From: Stephen Hemminger Date: Fri, 8 Feb 2008 06:10:14 +0000 (-0800) Subject: minor typo fixes X-Git-Tag: v2.6.25~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84d66882aa068ba0cb5a63a4915648d70dbcda45;p=thirdparty%2Fiproute2.git minor typo fixes A couple of obvious typo's. --- diff --git a/tc/f_basic.c b/tc/f_basic.c index 19a7edf2f..1d1a54008 100644 --- a/tc/f_basic.c +++ b/tc/f_basic.c @@ -1,7 +1,7 @@ /* * f_basic.c Basic Classifier * - * This program is free software; you can u32istribute it and/or + * This program is free software; you can distribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. diff --git a/tc/tc.c b/tc/tc.c index f23ba04eb..6126c712f 100644 --- a/tc/tc.c +++ b/tc/tc.c @@ -220,7 +220,7 @@ static int batch(const char *name) if (name && strcmp(name, "-") != 0) { if (freopen(name, "r", stdin) == NULL) { - fprintf(stderr, "Cannot open file \"%s\" for reading: %s=n", + fprintf(stderr, "Cannot open file \"%s\" for reading: %s\n", name, strerror(errno)); return -1; }