summaryrefslogtreecommitdiff
path: root/packages/amunits
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-12-13 14:26:41 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-12-13 14:26:41 +0000
commit2df944ed50bd67271e9b29ebaa387e715ad756d9 (patch)
treec56ab6edd30552e773c7d2d240555e750907ff7d /packages/amunits
parenta6b572edf8452e32adf900d6a2188795589ee80f (diff)
downloadfpc-2df944ed50bd67271e9b29ebaa387e715ad756d9.tar.gz
* some more occured->occurred, mostly in comments
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@35122 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/amunits')
-rw-r--r--packages/amunits/src/otherlibs/triton.pas2
-rw-r--r--packages/amunits/src/otherlibs/xadmaster.pas4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/amunits/src/otherlibs/triton.pas b/packages/amunits/src/otherlibs/triton.pas
index 5a10e81236..649bff89a6 100644
--- a/packages/amunits/src/otherlibs/triton.pas
+++ b/packages/amunits/src/otherlibs/triton.pas
@@ -221,7 +221,7 @@ correction factor *}
{* Message classes *}
CONST TRMS_CLOSEWINDOW = 1; {* The window should be closed *}
- TRMS_ERROR = 2; {* An error occured. Error code in trm_Data *}
+ TRMS_ERROR = 2; {* An error occurred. Error code in trm_Data *}
TRMS_NEWVALUE = 3; {* Object's VALUE has changed. New VALUE in
trm_Data *}
TRMS_ACTION = 4; {* Object has triggered an action *}
diff --git a/packages/amunits/src/otherlibs/xadmaster.pas b/packages/amunits/src/otherlibs/xadmaster.pas
index 43b131149e..37d8e4d3ce 100644
--- a/packages/amunits/src/otherlibs/xadmaster.pas
+++ b/packages/amunits/src/otherlibs/xadmaster.pas
@@ -220,7 +220,7 @@ const
{ do not create XADERR_EMPTY (V8) }
XAD_NOEMPTYERROR = TAG_USER + 181;
{ tags for xadFreeHookAccess (V8) }
- { error occured, call abort method (V8) }
+ { error occurred, call abort method (V8) }
XAD_WASERROR = TAG_USER + 190;
{ tags for miscellaneous stuff }
{ xadArchiveInfo for stream hooks (V8) }
@@ -314,7 +314,7 @@ const
XADHC_INIT = 4;
{ end up hook work, free stuff }
XADHC_FREE = 5;
- { an error occured, delete partial stuff }
+ { an error occurred, delete partial stuff }
XADHC_ABORT = 6;
{ complete input size is needed }
XADHC_FULLSIZE = 7;