From 7002244ea4e1a55415fad50699c119140498b117 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 22 Mar 2020 15:54:02 +0100 Subject: fixed spelling mistake --- src/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') 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("") -- cgit 1.4.1