diff --git a/handler.go b/handler.go
index 53e11cc..cbfb958 100644
--- a/handler.go
+++ b/handler.go
@@ -298,7 +298,7 @@ func returnErrorPage(ctx *fasthttp.RequestCtx, code int) {
 	ctx.Response.SetBody(bytes.ReplaceAll(NotFoundPage, []byte("%status"), []byte(strconv.Itoa(code)+" "+message)))
 }
 
-// BranchExistanceCacheTimeout specifies the timeout for the default branch cache. It can be quite long.
+// DefaultBranchCacheTimeout specifies the timeout for the default branch cache. It can be quite long.
 var DefaultBranchCacheTimeout = 15 * time.Minute
 
 // BranchExistanceCacheTimeout specifies the timeout for the branch timestamp & existance cache. It should be shorter