diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-09 13:03:20 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-09 13:03:20 +0200 |
commit | 680656f35aeca0077c891bd4c406324db8c373e2 (patch) | |
tree | 627330f8efc4183ba67b13520741e5b3f8c3b0a8 /src/corelib | |
parent | d71b9b9efb54d8b71c6df589eee8a187193a319b (diff) | |
download | fpGUI-680656f35aeca0077c891bd4c406324db8c373e2.tar.xz |
fixes a spelling mistake in a code comment.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/x11/fpg_x11.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas index ca5e5015..4241c63f 100644 --- a/src/corelib/x11/fpg_x11.pas +++ b/src/corelib/x11/fpg_x11.pas @@ -2779,7 +2779,7 @@ begin end; if FastDoubleBuffer then begin - // Rapid paint events reuse the double buffer which resests a delay + // Rapid paint events reuse the double buffer which resets a delay // After the delay the double buffer is freed, letting the OS use video // memory if needed. // Things like scrolling and resizing are fast |