diff --git a/modules/http_server.go b/modules/http_server.go index 15483f99..0c7cd039 100644 --- a/modules/http_server.go +++ b/modules/http_server.go @@ -57,7 +57,7 @@ func (httpd *HttpServer) Name() string { } func (httpd *HttpServer) Description() string { - return "A simple HTTP server, to be used to serve files and scripts accross the network." + return "A simple HTTP server, to be used to serve files and scripts across the network." } func (httpd *HttpServer) Author() string {