diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-17 11:40:10 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-17 11:40:10 +0000 |
commit | ab3f6b347ef97e755cf291ed77f9eb4a48531d15 (patch) | |
tree | 6c2aee498f9e11d960770edc4c69d81c03d3cc25 /usr.sbin | |
parent | 7ceaf939d69ce8017a9bfbcef4b2346e65e2d4fc (diff) | |
download | src-test2-ab3f6b347ef97e755cf291ed77f9eb4a48531d15.tar.gz src-test2-ab3f6b347ef97e755cf291ed77f9eb4a48531d15.zip |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 91fe028ec363..6bdf0c965cc3 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -416,7 +416,7 @@ DialCommand(struct cmdargs const *arg) static char * strstrword(char *big, const char *little) { - /* Get the first occurrance of the word ``little'' in ``big'' */ + /* Get the first occurrence of the word ``little'' in ``big'' */ char *pos; int len; |