James McKenzie : wineps.drv: Correct a typo.

Alexandre Julliard julliard at winehq.org
Fri Sep 24 11:43:46 CDT 2010


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

Author: James McKenzie <jjmckenzie51 at earthlink.net>
Date:   Thu Sep 23 21:07:03 2010 -0700

wineps.drv: Correct a typo.

---

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

diff --git a/dlls/wineps.drv/escape.c b/dlls/wineps.drv/escape.c
index b5a3720..988381e 100644
--- a/dlls/wineps.drv/escape.c
+++ b/dlls/wineps.drv/escape.c
@@ -310,7 +310,7 @@ INT CDECL PSDRV_ExtEscape( PSDRV_PDEVICE *physDev, INT nEscape, INT cbInput, LPC
 
 	TRACE("END_PATH\n");
         if(!physDev->pathdepth) {
-	    ERR("END_PATH called without a BEIGN_PATH\n");
+	    ERR("END_PATH called without a BEGIN_PATH\n");
 	    return -1;
 	}
 	TRACE("RenderMode = %d, FillMode = %d, BkMode = %d\n",




More information about the wine-cvs mailing list