From: Art Cancro Date: Tue, 1 Jun 2010 03:06:22 +0000 (+0000) Subject: * fixed a spelling error X-Git-Tag: v7.86~182 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=56e23d22991b7af24ee85a52c37fe14ebd9b7bbc * fixed a spelling error --- 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; }