diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-14 16:26:11 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-14 17:21:57 +0100 |
commit | fa0e5f72e079cf5b3dc0331c12499e04875d7726 (patch) | |
tree | ca5bd5e0f8b287523b676ff67516f09c2fd289c5 /src/htsweb.c | |
parent | b1a98a7f16885ff5935d7e159540f4c6acb393e3 (diff) |
Fixed typos
Diffstat (limited to 'src/htsweb.c')
-rw-r--r-- | src/htsweb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsweb.c b/src/htsweb.c index 2ef8c3b..294d41d 100644 --- a/src/htsweb.c +++ b/src/htsweb.c @@ -152,7 +152,7 @@ int main(int argc, char *argv[]) { int defaultPort = 0; int parentPid = 0; - printf("Initialzing the server..\n"); + printf("Initializing the server..\n"); #ifdef _WIN32 { |