about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-22 15:52:17 +0100
committerEmile <hanemile@protonmail.com>2020-03-22 15:52:17 +0100
commitc9e53a04c5db80a3dcd600a4984cac935926fc3f (patch)
tree88e616ef82f0d609ed1eefe0c3010a10bc604a41
parent3de41c8a4b0a86204e8d879c442e434dc47a16f8 (diff)
updated comment
-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 76cb6b6..d7f4ac6 100644
--- a/src/http/http.go
+++ b/src/http/http.go
@@ -211,7 +211,7 @@ func pathHandler(w http.ResponseWriter, r *http.Request) {
 			Size:         "0",
 		}
 
-		// if it is a dir, say so
+		// if it is a dir, define it so
 		if f.IsDir() == true {
 			item.IsDir = true
 			dirCount++