diff -r ef0373b55136 -r 758a864f9613 src/gui/kernel/qwidget_win.cpp --- a/src/gui/kernel/qwidget_win.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/gui/kernel/qwidget_win.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -166,7 +166,7 @@ qt_tablet_widget = new QWidget(0); qt_tablet_widget->createWinId(); qt_tablet_widget->setObjectName(QLatin1String("Qt internal tablet widget")); - // We dont need this internal widget to appear in QApplication::topLevelWidgets() + // We don't need this internal widget to appear in QApplication::topLevelWidgets() if (QWidgetPrivate::allWidgets) QWidgetPrivate::allWidgets->remove(qt_tablet_widget); LOGCONTEXT lcMine; @@ -1547,7 +1547,7 @@ { if (data.window_flags & Qt::MSWindowsFixedSizeDialogHint) return false; - // if the user explicitely asked for the maximize button, we try to add + // if the user explicitly asked for the maximize button, we try to add // it even if the window has fixed size. if (data.window_flags & Qt::CustomizeWindowHint && data.window_flags & Qt::WindowMaximizeButtonHint)