]> Git repositories of Nishi - tewi.git/commitdiff
fix typo
authorNishi <nishi@nishi.boats>
Mon, 23 Sep 2024 12:21:52 +0000 (12:21 +0000)
committerNishi <nishi@nishi.boats>
Mon, 23 Sep 2024 12:21:52 +0000 (12:21 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@143 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/tw_version.h
Tool/itworks.c

index 66d734a6907e00c2f44d172a2e5e77c1a01cb4cc..b0cd08bc3938b7f1ed32e31f9ea12fbad4b258f4 100644 (file)
@@ -7,7 +7,7 @@
 extern "C" {
 #endif
 
-#define TW_VERSION "1.06\0"
+#define TW_VERSION "1.06A\0"
 
 const char* tw_get_version(void);
 const char* tw_get_platform(void);
index 14224b25e9d47ac0e4911f7e5393635a2efd8404..5089b622ace783151f33acb34de8ea21cfe74be7 100644 (file)
@@ -14,7 +14,7 @@ int main() {
        printf("        <body vlink=\"#000080\" text=\"#000000\" link=\"#0000FF\" bgcolor=\"#FFFFFF\" alink=\"#FF0000\">\n");
        printf("                <h1 align=\"center\">It works! - Tewi HTTPd is installed on this website!</h1>\n");
        printf("                <p>\n");
-       printf("                        If you can see this page, then the people who own this domain have just installed <a href=\"http://nishi.boats/tewi\">Tewi HTTPd</a> successfully. They not have to add content to this directoryt and replace this placeholder page, or else point the server at their real content.\n");
+       printf("                        If you can see this page, then the people who own this domain have just installed <a href=\"http://nishi.boats/tewi\">Tewi HTTPd</a> successfully. They now have to add content to this directoryt and replace this placeholder page, or else point the server at their real content.\n");
        printf("                </p>\n");
        printf("                <hr>\n");
        printf("                <blockquote>\n");
@@ -25,7 +25,7 @@ int main() {
        printf("                        For the document, take a look at <a href=\"https://trac.nishi.boats/tewi\">Tewi HTTPd Trac</a>.\n");
        printf("                </p>\n");
        printf("                <p>\n");
-       printf("                        The Webmaster of this site is free to use the iamge below on the Tewi HTTPd-powered Web server. Thanks for using Tewi HTTPd!\n");
+       printf("                        The Webmaster of this site is free to use the image below on the Tewi HTTPd-powered Web server. Thanks for using Tewi HTTPd!\n");
        printf("                </p>\n");
        printf("                <div align=\"center\">\n");
        printf("                        <img src=\"/pbtewi.gif\">\n");