André Hentschel : dbghelp: Fix a typo.

Alexandre Julliard julliard at winehq.org
Thu Dec 31 07:42:42 CST 2009


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Dec 30 17:32:20 2009 +0100

dbghelp: Fix a typo.

---

 dlls/dbghelp/dbghelp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dbghelp/dbghelp.c b/dlls/dbghelp/dbghelp.c
index 860d267..d9a828f 100644
--- a/dlls/dbghelp/dbghelp.c
+++ b/dlls/dbghelp/dbghelp.c
@@ -160,7 +160,7 @@ struct cpu*             dbghelp_current_cpu =
 #elif defined(__x86_64__)
     &cpu_x86_64
 #else
-#error define support for you CPU
+#error define support for your CPU
 #endif
     ;
 




More information about the wine-cvs mailing list