summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsharedmemory_win.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-16 12:39:46 +0200
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-16 12:41:56 +0200
commitc9e6533c66934cd06e1d231bd0346250e63ac266 (patch)
treeca065ae839226accac2401d13cc695fe1949840f /src/corelib/kernel/qsharedmemory_win.cpp
parent09f2012b18e6ab5abbbf07adb8d4bc1ea28d11b0 (diff)
Fix (some) spelling and grammatical errors in translatable strings.
Requires an update of existing translations. Fixes: 247314 Reviewed-by: TrustMe
Diffstat (limited to 'src/corelib/kernel/qsharedmemory_win.cpp')
-rw-r--r--src/corelib/kernel/qsharedmemory_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qsharedmemory_win.cpp b/src/corelib/kernel/qsharedmemory_win.cpp
index c88149af66..ae64806247 100644
--- a/src/corelib/kernel/qsharedmemory_win.cpp
+++ b/src/corelib/kernel/qsharedmemory_win.cpp
@@ -71,7 +71,7 @@ void QSharedMemoryPrivate::setErrorString(const QString &function)
case ERROR_INVALID_PARAMETER:
#endif
error = QSharedMemory::NotFound;
- errorString = QSharedMemory::tr("%1: doesn't exists").arg(function);
+ errorString = QSharedMemory::tr("%1: doesn't exist").arg(function);
break;
case ERROR_COMMITMENT_LIMIT:
error = QSharedMemory::InvalidSize;