From 8c3500a102fb42475bcd1b5d375a74059e746b91 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 11 Feb 2018 19:53:30 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/http_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {