Commit 84d66882 authored by Stephen Hemminger's avatar Stephen Hemminger

minor typo fixes

A couple of obvious typo's.
parent de33a430
/*
* 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.
......
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment