summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaapplication.mm
diff options
context:
space:
mode:
authorMorten Sorvig <morten.sorvig@nokia.com>2011-09-28 10:35:17 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-03 09:56:09 +0200
commit7f57f2912569cb6e728cc14afae71923f83ad663 (patch)
treec42c9e6982e53be84e59911f787ff2a87bfd3b08 /src/plugins/platforms/cocoa/qcocoaapplication.mm
parenta7b92e8401e04dc0506819f4521adb936bb0e5ea (diff)
Cocoa: Fix spelling errors in comments.
This could be the basis for a "english spelling for norwegians" course. Change-Id: I1d6de11b6673ec0a8ba3c2ff12dd8472fb467703 Reviewed-on: http://codereview.qt-project.org/5691 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Diffstat (limited to 'src/plugins/platforms/cocoa/qcocoaapplication.mm')
-rw-r--r--src/plugins/platforms/cocoa/qcocoaapplication.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/cocoa/qcocoaapplication.mm b/src/plugins/platforms/cocoa/qcocoaapplication.mm
index 2adf6a57f0..22c5624896 100644
--- a/src/plugins/platforms/cocoa/qcocoaapplication.mm
+++ b/src/plugins/platforms/cocoa/qcocoaapplication.mm
@@ -189,7 +189,7 @@ QT_USE_NAMESPACE
- (void)qtDispatcherToQAction:(id)sender
{
- // Forward actions sendt from the menu bar (e.g. quit) to the menu loader.
+ // Forward actions sent from the menu bar (e.g. quit) to the menu loader.
// Having this method here means that we are the last stop in the responder
// chain, and that we are able to handle menu actions even when no window is
// visible on screen. Note: If Qt is used as a plugin, Qt will not use a