]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
minor typo fixes
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 8 Feb 2008 06:10:14 +0000 (22:10 -0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 8 Feb 2008 06:10:14 +0000 (22:10 -0800)
A couple of obvious typo's.

tc/f_basic.c
tc/tc.c

index 19a7edf2f8d3fe0e639a13b337334dae682293e7..1d1a54008a72fc6aa25aa6a29a2c1cd0e6ed4354 100644 (file)
@@ -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 f23ba04ebd2a366c2f148bddf75d0f298246e40e..6126c712f13bdbaf7c49c723e3b5386e9bc779d8 100644 (file)
--- 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;
                }