src/gui/widgets/qmenubar.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/src/gui/widgets/qmenubar.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/src/gui/widgets/qmenubar.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -102,7 +102,7 @@
     QStylePainter p(this);
     QStyleOptionToolButton opt;
     initStyleOption(&opt);
-    // We do not need to draw both extention arrows
+    // We do not need to draw both extension arrows
     opt.features &= ~QStyleOptionToolButton::HasMenu;
     p.drawComplexControl(QStyle::CC_ToolButton, opt);
 }