mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
b9e89868c5
commit
8c3500a102
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func (httpd *HttpServer) Name() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (httpd *HttpServer) Description() 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 {
|
func (httpd *HttpServer) Author() string {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue