aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-01-11 10:22:55 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2010-01-11 10:26:13 +0100
commit592e494d1ab10d3ea9fa67542b04b37591449e8e (patch)
tree444ebde6528d3f9d22f0c51ea86a8a08ff5f125d /src/shared
parent443a0377b4bb40bb2733cab552119fb292aa27d2 (diff)
Fix typos
Reviewed-by: thorbjorn
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/indenter/indenter_impl.h2
-rw-r--r--src/shared/qrceditor/undocommands_p.h2
-rw-r--r--src/shared/qtlockedfile/qtlockedfile.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/shared/indenter/indenter_impl.h b/src/shared/indenter/indenter_impl.h
index 7255cfa8c92..5c472a4fd1d 100644
--- a/src/shared/indenter/indenter_impl.h
+++ b/src/shared/indenter/indenter_impl.h
@@ -930,7 +930,7 @@ int Indenter<Iterator>::indentForContinuationLine()
}
d;
- Still, we're striving to go back as little as possible to accomodate
+ Still, we are striving to go back as little as possible to accommodate
people with irregular indentation schemes. A hook line near at hand
is much more reliable than a remote one.
*/
diff --git a/src/shared/qrceditor/undocommands_p.h b/src/shared/qrceditor/undocommands_p.h
index c9c823fdfc5..6bf973cc833 100644
--- a/src/shared/qrceditor/undocommands_p.h
+++ b/src/shared/qrceditor/undocommands_p.h
@@ -59,7 +59,7 @@ protected:
\class ModelIndexViewCommand
Provides a mean to store/restore a \l QModelIndex as it cannot
- be stored savely in most cases. This is an abstract class.
+ be stored safely in most cases. This is an abstract class.
*/
class ModelIndexViewCommand : public ViewCommand
{
diff --git a/src/shared/qtlockedfile/qtlockedfile.cpp b/src/shared/qtlockedfile/qtlockedfile.cpp
index 7da3643d6a3..55067d630f9 100644
--- a/src/shared/qtlockedfile/qtlockedfile.cpp
+++ b/src/shared/qtlockedfile/qtlockedfile.cpp
@@ -123,9 +123,9 @@ QtLockedFile::LockMode QtLockedFile::lockMode() const
Obtains a lock of type \a mode.
If \a block is true, this
- function will block until the lock is aquired. If \a block is
+ function will block until the lock is acquired. If \a block is
false, this function returns \e false immediately if the lock cannot
- be aquired.
+ be acquired.
If this object already has a lock of type \a mode, this function returns \e true immediately. If this object has a lock of a different type than \a mode, the lock
is first released and then a new lock is obtained.