* fixed a spelling error
authorArt Cancro <ajc@citadel.org>
Tue, 1 Jun 2010 03:06:22 +0000 (03:06 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Jun 2010 03:06:22 +0000 (03:06 +0000)
webcit/webserver.c

index 243a291329c17b73ca433432f1c24803ba423f66..ae0c3dae56ad5ae45ec28136f6967719ab5ee80e 100644 (file)
@@ -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;
                }