summaryrefslogtreecommitdiffstats
path: root/hugofs
diff options
context:
space:
mode:
authorOleksandr Redko <oleksandr.red+github@gmail.com>2023-02-18 22:47:35 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-02 16:32:32 +0100
commit36ce3a4a9d3933772085991c8636915ffd5cb3af (patch)
treee7eaf3e0ea689b227fe012eab7c0f16205d6cd8c /hugofs
parent17e60b77e15664ba37f5c0b911cf70c36d496d80 (diff)
Correct typos in Go comments
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/glob/glob.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/glob/glob.go b/hugofs/glob/glob.go
index 841824bcc..ec9b2c7e1 100644
--- a/hugofs/glob/glob.go
+++ b/hugofs/glob/glob.go
@@ -82,7 +82,7 @@ func (gc *globCache) GetGlob(pattern string) (glob.Glob, error) {
type globDecorator struct {
// On Windows we may get filenames with Windows slashes to match,
- // which wee need to normalize.
+ // which we need to normalize.
isWindows bool
g glob.Glob