From 56e23d22991b7af24ee85a52c37fe14ebd9b7bbc Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 1 Jun 2010 03:06:22 +0000 Subject: [PATCH 1/1] * fixed a spelling error --- webcit/webserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/webserver.c b/webcit/webserver.c index 243a29132..ae0c3dae5 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -259,7 +259,7 @@ int main(int argc, char **argv) StrBufAppendBufPlain(I18nDump, HKEY("}\n"), 0); if (StrLength(I18nDump) < 50) { lprintf(1, "********************************************************************************\n"); - lprintf(1, "* No strings found in templates! are you shure they're there? *\n"); + lprintf(1, "* No strings found in templates! Are you sure they're there? *\n"); lprintf(1, "********************************************************************************\n"); return -1; } -- 2.39.2