about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-22 15:54:02 +0100
committerEmile <hanemile@protonmail.com>2020-03-22 15:54:02 +0100
commit7002244ea4e1a55415fad50699c119140498b117 (patch)
tree1f21b8d5c9d3b2c850396e3efd5af8b567add7a6
parent54f3f82de310075a3419462dc18c098a57585d31 (diff)
fixed spelling mistake
-rw-r--r--src/http/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/http.go b/src/http/http.go
index d124480..e9be58d 100644
--- a/src/http/http.go
+++ b/src/http/http.go
@@ -245,7 +245,7 @@ func pathHandler(w http.ResponseWriter, r *http.Request) {
 	// add the items to the content map
 	content["Items"] = items
 
-	// ad the file and dir count to the contents map
+	// add the file and dir count to the contents map
 	content["NumDirs"] = dirCount
 	content["NumFiles"] = fileCount
 	logrus.Tracef("")