summaryrefslogtreecommitdiff
path: root/packages/x11
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/x11
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/x11')
-rw-r--r--packages/x11/src/xinput.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/x11/src/xinput.pp b/packages/x11/src/xinput.pp
index 463177d73d..668a311578 100644
--- a/packages/x11/src/xinput.pp
+++ b/packages/x11/src/xinput.pp
@@ -121,7 +121,7 @@ type
display: PDisplay; { Display the event was read from }
window: TWindow; { "event" window reported relative to }
deviceid: TXID;
- root: TWindow; { root window event occured on }
+ root: TWindow; { root window event occurred on }
subwindow: TWindow; { child window }
time: TTime; { milliseconds }
x, y: cint; { x, y coordinates in event window }
@@ -156,7 +156,7 @@ type
display: PDisplay; { Display the event was read from }
window: TWindow; { "event" window reported relative to }
deviceid: TXID;
- root: TWindow; { root window that the event occured on }
+ root: TWindow; { root window that the event occurred on }
subwindow: TWindow; { child window }
time: TTime; { milliseconds }
x, y: cint; { x, y coordinates in event window }
@@ -191,7 +191,7 @@ type
display: PDisplay; { Display the event was read from }
window: TWindow; { "event" window reported relative to }
deviceid: TXID;
- root: TWindow; { root window that the event occured on }
+ root: TWindow; { root window that the event occurred on }
subwindow: TWindow; { child window }
time: TTime; { milliseconds }
x, y: cint; { x, y coordinates in event window }