about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-22 15:54:17 +0100
committerEmile <hanemile@protonmail.com>2020-03-22 15:54:17 +0100
commitbbad2bb8b2620c22110bdb4bb3296fe2a0003173 (patch)
tree86141b96bdc4eba4f3444d6571c5efe2be776bc2
parent8ebee822e0aa6307c69b307070d8ee61c63f999a (diff)
spelling
-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 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