ipppd: fix some spelling mistakes

This commit is contained in:
Rolf Leggewie 2012-03-29 00:15:22 +02:00
parent 0ea43a436f
commit 97a35d69a8
4 changed files with 4 additions and 4 deletions

View File

@ -449,6 +449,6 @@ void cbcp_recvack(cbcp_state *us, char *pckt, int len)
void cbcp_up(cbcp_state *us)
{
int linkunit = us->us_unit;
lcp_close( lns[linkunit].lcp_unit ,"callback initiated sucessfully");
lcp_close( lns[linkunit].lcp_unit ,"callback initiated successfully");
lns[linkunit].phase = PHASE_TERMINATE;
}

2
ipppd/configure vendored
View File

@ -3942,7 +3942,7 @@ cat >confcache <<\_ACEOF
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# `ac_cv_env_foo' variables (set or unset) will be overriden when
# `ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.

View File

@ -809,7 +809,7 @@ and the hardware address of the network interface found.
.SH DIAGNOSTICS
.LP
Messages are sent to the syslog daemon using facility LOG_DAEMON.
(This can be overriden by recompiling \fIipppd\fR with the macro
(This can be overridden by recompiling \fIipppd\fR with the macro
LOG_PPP defined as the desired facility.) In order to see the error
and debug messages, you will need to edit your /etc/syslog.conf file
to direct the messages to the desired output device or file.

View File

@ -1322,7 +1322,7 @@ static int setcallbacktype(int slot,char **argv)
case CB_NAME:
break;
default:
option_error("unkown callback type: %d", type);
option_error("unknown callback type: %d", type);
return 0;
}
lcp_wantoptions[slot].cbopt.type = type;