about summary refs log tree commit diff
path: root/src/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/http')
-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++