From 592e494d1ab10d3ea9fa67542b04b37591449e8e Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 11 Jan 2010 10:22:55 +0100 Subject: Fix typos Reviewed-by: thorbjorn --- src/shared/qtlockedfile/qtlockedfile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/qtlockedfile') 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. -- cgit v1.2.3