diff options
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 { |