aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:40:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:40:10 +0000
commitab3f6b347ef97e755cf291ed77f9eb4a48531d15 (patch)
tree6c2aee498f9e11d960770edc4c69d81c03d3cc25 /usr.sbin/ppp
parent7ceaf939d69ce8017a9bfbcef4b2346e65e2d4fc (diff)
downloadsrc-ab3f6b347ef97e755cf291ed77f9eb4a48531d15.tar.gz
src-ab3f6b347ef97e755cf291ed77f9eb4a48531d15.zip
- Correct mispellings of the word occurrence
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Notes
Notes: svn path=/head/; revision=249582
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/command.c2
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;