Frédéric Delanoy : kernel32: Fix typos in English errors messages.

Alexandre Julliard julliard at winehq.org
Mon Jul 13 07:55:40 CDT 2009


Module: wine
Branch: master
Commit: c692edb7e774fed7dc795795d1e1a5059e3616f3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c692edb7e774fed7dc795795d1e1a5059e3616f3

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Sun Jul 12 13:14:30 2009 +0200

kernel32: Fix typos in English errors messages.

---

 dlls/kernel32/nls/winerr_enu.mc |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dlls/kernel32/nls/winerr_enu.mc b/dlls/kernel32/nls/winerr_enu.mc
index 8dd2088..0c3aee4 100644
--- a/dlls/kernel32/nls/winerr_enu.mc
+++ b/dlls/kernel32/nls/winerr_enu.mc
@@ -786,7 +786,7 @@ Auto data segment exceeds 64k
 MessageId=200
 SymbolicName=ERROR_RING2SEG_MUST_BE_MOVABLE
 Language=ENU
-Ring 2 segment must be moveable
+Ring 2 segment must be movable
 .
 MessageId=201
 SymbolicName=ERROR_RELOC_CHAIN_XEEDS_SEGLIM
@@ -1356,7 +1356,7 @@ No media in drive
 MessageId=1113
 SymbolicName=ERROR_NO_UNICODE_TRANSLATION
 Language=ENU
-No unicode translation
+No Unicode translation
 .
 MessageId=1114
 SymbolicName=ERROR_DLL_INIT_FAILED
@@ -1756,7 +1756,7 @@ Connection refused
 MessageId=1226
 SymbolicName=ERROR_GRACEFUL_DISCONNECT
 Language=ENU
-Conection gracefully closed
+Connection gracefully closed
 .
 MessageId=1227
 SymbolicName=ERROR_ADDRESS_ALREADY_ASSOCIATED
@@ -2226,7 +2226,7 @@ Bad logon session state
 MessageId=1366
 SymbolicName=ERROR_LOGON_SESSION_COLLISION
 Language=ENU
-Logon sesion ID collision
+Logon session ID collision
 .
 MessageId=1367
 SymbolicName=ERROR_INVALID_LOGON_TYPE
@@ -3256,17 +3256,17 @@ Address error
 MessageId=1769
 SymbolicName=RPC_S_FP_DIV_ZERO
 Language=ENU
-Floating divide-by-zero
+Floating-point divide-by-zero
 .
 MessageId=1770
 SymbolicName=RPC_S_FP_UNDERFLOW
 Language=ENU
-Floating underflow
+Floating-point underflow
 .
 MessageId=1771
 SymbolicName=RPC_S_FP_OVERFLOW
 Language=ENU
-Floating overlow
+Floating-point overflow
 .
 MessageId=1772
 SymbolicName=RPC_X_NO_MORE_ENTRIES




More information about the wine-cvs mailing list