misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-11 19:53:30 +01:00
commit 8c3500a102

View file

@ -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 {