summaryrefslogtreecommitdiffstats
path: root/src/base/ver/verParse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ver/verParse.c')
-rw-r--r--src/base/ver/verParse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/ver/verParse.c b/src/base/ver/verParse.c
index c1ae1781..edde95e9 100644
--- a/src/base/ver/verParse.c
+++ b/src/base/ver/verParse.c
@@ -63,7 +63,7 @@ int Ver_ParseSkipComments( Ver_Man_t * pMan )
return Ver_ParseSkipComments( pMan );
}
if ( Symbol == '*' )
- { // skip till the next occurance of */
+ { // skip till the next occurrence of */
Ver_StreamPopChar( p );
do {
Ver_StreamSkipToChars( p, "*" );