Doc: Fixing typo
authorSergio Ahumada <sergio.ahumada@nokia.com>
Wed, 25 May 2011 12:29:28 +0000 (14:29 +0200)
committerQt Continuous Integration System <qt-info@nokia.com>
Wed, 25 May 2011 13:11:35 +0000 (15:11 +0200)
Change-Id: Icd73646a9562af5fd6ae56e36ca268719d32471c
Reviewed-on: http://codereview.qt.nokia.com/112
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
src/corelib/global/qnamespace.qdoc

index 9f59c6e..09611e6 100644 (file)
     \value WA_X11NetWmWindowTypeToolBar Adds _NET_WM_WINDOW_TYPE_TOOLBAR to the
     window's _NET_WM_WINDOW_TYPE X11 window property. See
     http://standards.freedesktop.org/wm-spec/ for more details. This attribute
-    has no effect on non-X11 platforms. \note Qt automaticaly sets this
+    has no effect on non-X11 platforms. \note Qt automatically sets this
     attribute for QToolBar.
 
     \value WA_X11NetWmWindowTypeMenu Adds _NET_WM_WINDOW_TYPE_MENU to the
     \value ImhFormattedNumbersOnly   Only number input is allowed. This includes decimal point and minus sign.
     \value ImhUppercaseOnly          Only upper case letter input is allowed.
     \value ImhLowercaseOnly          Only lower case letter input is allowed.
-    \value ImhDialableCharactersOnly Only characters suitable for phone dialling are allowed.
+    \value ImhDialableCharactersOnly Only characters suitable for phone dialing are allowed.
     \value ImhEmailCharactersOnly    Only characters suitable for email addresses are allowed.
     \value ImhUrlCharactersOnly      Only characters suitable for URLs are allowed.