Browse Source

* fix typo (no code changes)

git-svn-id: trunk@45644 -
svenbarth 5 years ago
parent
commit
c45c543faa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/psub.pas

+ 1 - 1
compiler/psub.pas

@@ -975,7 +975,7 @@ implementation
                InternalError(2013121301);
 
             { Generate special exception block only needed when
-              implicit finaly is used }
+              implicit finally is used }
             current_filepos:=exitpos;
             { Generate code that will be in the try...finally }
             finalcode:=internalstatements(codestatement);