From bbad2bb8b2620c22110bdb4bb3296fe2a0003173 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 22 Mar 2020 15:54:17 +0100 Subject: spelling --- src/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/http.go b/src/http/http.go index 246f564..f4f0e88 100644 --- a/src/http/http.go +++ b/src/http/http.go @@ -249,7 +249,7 @@ func pathHandler(w http.ResponseWriter, r *http.Request) { content["NumDirs"] = dirCount content["NumFiles"] = fileCount - // if there are more than one breadcrumb, define the uppath as the second + // if there is more than one breadcrumb, define the uppath as the second // last breadcrumb // I did this, because somehow things broke when simply using ".." in // combination with hidden folders -- cgit 1.4.1