diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-04-05 12:45:19 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-04-05 12:45:19 +0200 |
commit | 7d6a1b14b6a0cc65c8032912f1e8861be89d57eb (patch) | |
tree | f0ac1765d13856bae3e3667a4c11dbbd44bf26eb /src/corelib | |
parent | f9b86968ae42e452130042406d25d2c06a5020e4 (diff) | |
download | fpGUI-7d6a1b14b6a0cc65c8032912f1e8861be89d57eb.tar.xz |
gdi: fixes spelling mistake in code comment.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/gdi/fpg_oledragdrop.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/gdi/fpg_oledragdrop.pas b/src/corelib/gdi/fpg_oledragdrop.pas index e4e7b9ed..66048c96 100644 --- a/src/corelib/gdi/fpg_oledragdrop.pas +++ b/src/corelib/gdi/fpg_oledragdrop.pas @@ -208,7 +208,7 @@ var function WindowsMimeLookup(const CFFormat: string): string;
begin
- { replace know clipboard formats with mime types }
+ { replace known clipboard formats with mime types }
if CFFormat = 'CF_TEXT' then
Result := 'text/plain'
else if CFFormat = 'CF_UNICODETEXT' then
|