diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2010-01-11 10:22:55 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2010-01-11 10:26:13 +0100 |
commit | 592e494d1ab10d3ea9fa67542b04b37591449e8e (patch) | |
tree | 444ebde6528d3f9d22f0c51ea86a8a08ff5f125d /src/shared/qtlockedfile | |
parent | 443a0377b4bb40bb2733cab552119fb292aa27d2 (diff) | |
download | qt-creator-592e494d1ab10d3ea9fa67542b04b37591449e8e.tar.gz |
Fix typos
Reviewed-by: thorbjorn
Diffstat (limited to 'src/shared/qtlockedfile')
-rw-r--r-- | src/shared/qtlockedfile/qtlockedfile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/qtlockedfile/qtlockedfile.cpp b/src/shared/qtlockedfile/qtlockedfile.cpp index 7da3643d6a..55067d630f 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. |