summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/folderpicker/MtaFop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/folderpicker/MtaFop.cxx b/fpicker/source/win32/folderpicker/MtaFop.cxx
index 3bee561b9304..43908c947020 100644
--- a/fpicker/source/win32/folderpicker/MtaFop.cxx
+++ b/fpicker/source/win32/folderpicker/MtaFop.cxx
@@ -280,7 +280,7 @@ bool CMtaFolderPicker::browseForFolder( )
// dispatching all messages but we expect to
// receive only paint or timer messages that's
// why we don't need to call TranslateMessage or
- // TranslateAccelerator, because keybord or
+ // TranslateAccelerator, because keyboard or
// mouse messages are for the FolderPicker which
// is in the foreground and should not arrive here
MSG msg;