Changeset 143 in Main for trunk


Ignore:
Timestamp:
Sep 23, 2024, 9:21:52 PM (8 weeks ago)
Author:
Nishi
Message:

fix typo

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_version.h

    r141 r143  
    88#endif
    99
    10 #define TW_VERSION "1.06\0"
     10#define TW_VERSION "1.06A\0"
    1111
    1212const char* tw_get_version(void);
  • trunk/Tool/itworks.c

    r129 r143  
    1515        printf("                <h1 align=\"center\">It works! - Tewi HTTPd is installed on this website!</h1>\n");
    1616        printf("                <p>\n");
    17         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");
     17        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");
    1818        printf("                </p>\n");
    1919        printf("                <hr>\n");
     
    2626        printf("                </p>\n");
    2727        printf("                <p>\n");
    28         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");
     28        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");
    2929        printf("                </p>\n");
    3030        printf("                <div align=\"center\">\n");
Note: See TracChangeset for help on using the changeset viewer.