diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-11-29 18:53:43 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-11-29 18:53:43 +0000 |
| commit | 886530ab78a8ea94d73a77505986d3ca7a5dae09 (patch) | |
| tree | 83f9f82daa53959e546bfa4274860b95aaf7133f /usr.sbin/ppp/main.c | |
| parent | 99e659dcfacb3c8804c1493b111fa71879749cc7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/main.c')
| -rw-r--r-- | usr.sbin/ppp/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 63ea6447cda9..5972f0cdbfc8 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -226,8 +226,8 @@ ProcessArgs(int argc, char **argv, struct switches *sw) log_Printf(LogWARN, "%s ignored: NAT is compiled out\n", argv[arg]); fprintf(stderr, "%s ignored: NAT is compiled out\n", argv[arg]); #else - log_Printf(LogWARN, "%s is depricated\n", argv[arg]); - fprintf(stderr, "%s is depricated\n", argv[arg]); + log_Printf(LogWARN, "%s is deprecated\n", argv[arg]); + fprintf(stderr, "%s is deprecated\n", argv[arg]); sw->nat = 1; #endif optc--; /* this option isn't exclusive */ |
