Fix typo in comment.

This commit is contained in:
Stefan Farfeleder 2005-04-08 21:31:20 +00:00
parent cf00abe993
commit 77a9f6dd96

View File

@ -467,7 +467,7 @@ callback_register(callback_func *func, void *arg)
callbacks = cb;
}
/* specially-handled comamnds */
/* specially-handled commands */
static void setifaddr(const char *, int, int, const struct afswtch *);
static const struct cmd setifaddr_cmd = DEF_CMD("ifaddr", 0, setifaddr);