Commit 040acfea authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent 1ae7154c
...@@ -123,7 +123,8 @@ check_xroutes() ...@@ -123,7 +123,8 @@ check_xroutes()
numroutes += rc; numroutes += rc;
} }
} else { } else {
fprintf(stderr, "Too many local ddresses -- ignoring kernel routes.\n"); fprintf(stderr,
"Too many local addresses -- ignoring kernel routes.\n");
} }
/* Check for any routes that need to be flushed */ /* Check for any routes that need to be flushed */
......
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