From da105cfb167731b4141407429be3cdce85c3ce77 Mon Sep 17 00:00:00 2001 From: ehouse Date: Mon, 28 Jul 2008 05:02:11 +0000 Subject: [PATCH] fix typo --- xwords4/wince/cemain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/wince/cemain.c b/xwords4/wince/cemain.c index 348db25f5..9d112e089 100755 --- a/xwords4/wince/cemain.c +++ b/xwords4/wince/cemain.c @@ -928,7 +928,7 @@ make_generic_stream( CEAppGlobals* globals ) } /* make_generic_stream */ static XWStreamCtxt* -fileToStream( CEAppGlobals* globals, XP_UCHAR* path ) +fileToStream( CEAppGlobals* globals, const XP_UCHAR* path ) { XWStreamCtxt* stream = NULL; HANDLE fileH; @@ -2663,7 +2663,7 @@ ce_util_userError( XW_UtilCtxt* uc, UtilErrID id ) case ERR_CANT_HINT_WHILE_DISABLED: message = "The hint feature is disabled for this game. Enable " - "it for a new game using the Preferences diaog."; + "it for a new game using the Preferences dialog."; break; #ifndef XWFEATURE_STANDALONE_ONLY