summaryrefslogtreecommitdiffstats
path: root/hugofs
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-05-19 14:40:08 +0800
committerGitHub <noreply@github.com>2023-05-19 08:40:08 +0200
commit4003c7903f69610d1d1277f73c1e236ff34af690 (patch)
treef5698d3c158c865b18fc20b2fdac364122bd60b6 /hugofs
parent610cedaa61cf1f318ecd4a7818a896b1e56e7662 (diff)
Fix some spelling mistakes
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/glob/glob_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hugofs/glob/glob_test.go b/hugofs/glob/glob_test.go
index d40e16edc..454fb850a 100644
--- a/hugofs/glob/glob_test.go
+++ b/hugofs/glob/glob_test.go
@@ -89,8 +89,8 @@ func BenchmarkGetGlob(b *testing.B) {
}
runBench("Default cache", defaultGlobCache, "abcde")
- runBench("Filenames cache, lowercase searchs", defaultGlobCache, "abcde")
- runBench("Filenames cache, mixed case searchs", defaultGlobCache, "abCDe")
+ runBench("Filenames cache, lowercase searches", defaultGlobCache, "abcde")
+ runBench("Filenames cache, mixed case searches", defaultGlobCache, "abCDe")
b.Run("GetGlob", func(b *testing.B) {
for i := 0; i < b.N; i++ {