minor typo fixes

A couple of obvious typo's.
This commit is contained in:
Stephen Hemminger 2008-02-07 22:10:14 -08:00
parent de33a43055
commit 84d66882aa
2 changed files with 2 additions and 2 deletions

View 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.

View File

@ -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;
}