diff options
author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2016-12-14 20:05:21 +0000 |
---|---|---|
committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2016-12-14 20:05:21 +0000 |
commit | 151cb10b610a4a3e77b388c3f9a9e3e2852b30ee (patch) | |
tree | 07e032c2cbb7101d5eadd32214cc2906e2d09ba8 /rtl/go32v2 | |
parent | 29c53f11275781123f73f822966c6d62a427c398 (diff) | |
download | fpc-151cb10b610a4a3e77b388c3f9a9e3e2852b30ee.tar.gz |
* more occured -> occurred spelling fixes.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@35130 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/go32v2')
-rw-r--r-- | rtl/go32v2/dpmiexcp.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/go32v2/dpmiexcp.pp b/rtl/go32v2/dpmiexcp.pp index 51c1eeb35b..f8c8447957 100644 --- a/rtl/go32v2/dpmiexcp.pp +++ b/rtl/go32v2/dpmiexcp.pp @@ -1004,7 +1004,7 @@ begin show_call_frame(djgpp_exception_state_ptr) {$ifdef DPMIEXCP_DEBUG} else - errln('Exception occured in another context'); + errln('Exception occurred in another context'); {$endif def DPMIEXCP_DEBUG} ; if assigned(djgpp_exception_state_ptr^.__exception_ptr) then @@ -1016,7 +1016,7 @@ begin {$ifdef DPMIEXCP_DEBUG} else begin - errln('First exception occured in another context'); + errln('First exception occurred in another context'); djgpp_exception_state_ptr:=djgpp_exception_state_ptr^.__exception_ptr; do_faulting_finish_message(false); end; |