summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/gdi/fpg_oledragdrop.pas2
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