diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-02-25 22:41:19 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-02-25 22:41:19 +0000 |
commit | e6150509b873e83376c5f1adbaebd401334f07fa (patch) | |
tree | 639b5e403389bc1826a69548a18d9988495924d2 | |
parent | da868a5dda60620ff29e23b977b75f20f6f1f24b (diff) | |
download | fpGUI-e6150509b873e83376c5f1adbaebd401334f07fa.tar.xz |
Fixes small spelling mistake in code comment.
-rw-r--r-- | src/corelib/x11/fpg_netlayer_x11.pas | 2 |
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; |