1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Spelling fixes

This commit is contained in:
chase 2018-05-26 11:50:47 -05:00 committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View file

@ -330,7 +330,7 @@ function tokenize() {
Str=Str substr($0,last,RSTART) " " substr($0,last+RSTART,1) " "
last = last + RSTART + 1;
#
# Test remaining part of input line for additional occurances
# Test remaining part of input line for additional occurrences
# of syntactically significant characters.
#
tstStr=substr($0,last)
@ -538,7 +538,7 @@ function fillRecord(rec) {
if ( rec[SrcDefault] != "" )
syntaxError(SrcDefault " \"" rec[SrcDefault] "\" specified for a directory.")
if ( rec[LnkDefault] != "" )
syntaxError(LnkDefault " \"" rec[LnkDefault] "\" specfied for a directory.")
syntaxError(LnkDefault " \"" rec[LnkDefault] "\" specified for a directory.")
rec[SrcDefault] = src;
} else if ( rec["status"] == "---cu-" ) {