summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2014-02-25 22:41:19 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2014-02-25 22:41:19 +0000
commite6150509b873e83376c5f1adbaebd401334f07fa (patch)
tree639b5e403389bc1826a69548a18d9988495924d2 /src
parentda868a5dda60620ff29e23b977b75f20f6f1f24b (diff)
downloadfpGUI-e6150509b873e83376c5f1adbaebd401334f07fa.tar.xz
Fixes small spelling mistake in code comment.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/x11/fpg_netlayer_x11.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/x11/fpg_netlayer_x11.pas b/src/corelib/x11/fpg_netlayer_x11.pas
index 463eee8e..eb9207b0 100644
--- a/src/corelib/x11/fpg_netlayer_x11.pas
+++ b/src/corelib/x11/fpg_netlayer_x11.pas
@@ -415,7 +415,7 @@ begin
end;
if AValue = nmsBoth then Exit;
- // now remove properties we dont want
+ // now remove properties we don't want
Msg.data.l[0] := _NET_WM_STATE_REMOVE;
Msg.data.l[1] := 0;