summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-05 15:50:14 +0000
committerRoy Marples <roy@marples.name>2009-01-05 15:50:14 +0000
commitc34797620425d65bd74397943924417e3bd97767 (patch)
tree49cfcf22f6641941f9a7afa3926d3c7548c47ea9 /dhcpcd.c
parentf367dc38be67d6e165780f91bf554faf1030443f (diff)
downloaddhcpcd-c34797620425d65bd74397943924417e3bd97767.tar.xz
Spelling
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 7ef6ae5b..325e4fd0 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1126,7 +1126,7 @@ handle_args(int fd, int argc, char **argv)
}
}
- /* We only deal with one interface here */
+ /* We need at least one interface */
if (optind == argc) {
syslog(LOG_ERR, "handle_args: no interface");
return -1;