diff options
author | Emile <hanemile@protonmail.com> | 2020-03-22 15:54:17 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-22 15:54:17 +0100 |
commit | bbad2bb8b2620c22110bdb4bb3296fe2a0003173 (patch) | |
tree | 86141b96bdc4eba4f3444d6571c5efe2be776bc2 /src/http | |
parent | 8ebee822e0aa6307c69b307070d8ee61c63f999a (diff) |
spelling
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |