From ab3f6b347ef97e755cf291ed77f9eb4a48531d15 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Wed, 17 Apr 2013 11:40:10 +0000 Subject: - Correct mispellings of the word occurrence Submitted by: Christoph Mallon (via private mail) --- usr.sbin/ppp/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp/command.c') 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; -- cgit v1.3