FPVectorial: fixed typos related to 'occur' word

git-svn-id: trunk@65194 -
This commit is contained in:
maxim 2021-06-10 22:08:06 +00:00
parent 14a12ecb59
commit 8ebd2bf8a7

View File

@ -489,7 +489,7 @@ end;
{@@ Rules for parsing PostScript files:
* Coments go from the first occurence of % outside a line to the next new line
* Coments go from the first occurrence of % outside a line to the next new line
* The only accepted characters are printable ASCII ones, plus spacing ASCII chars
See IsValidPostScriptChar about that
}