From 9a1ba21162e712758e5e4f9b57461c1b7b7d89dc Mon Sep 17 00:00:00 2001 From: Marcel Blijleven Date: Fri, 17 Sep 2021 13:23:09 +0200 Subject: [PATCH] Fix typo in description --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index e6caf50..f8fd664 100644 --- a/utils.go +++ b/utils.go @@ -32,7 +32,7 @@ func newPathErrorErr(op string, path string, err error) error { } } -// PathEscape escapes all segemnts of a given path +// PathEscape escapes all segments of a given path func PathEscape(path string) string { s := strings.Split(path, "/") for i, e := range s {