summaryrefslogtreecommitdiffstats
path: root/modules/references
diff options
context:
space:
mode:
Diffstat (limited to 'modules/references')
-rw-r--r--modules/references/references_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/references/references_test.go b/modules/references/references_test.go
index 293322a714..11a31b41b6 100644
--- a/modules/references/references_test.go
+++ b/modules/references/references_test.go
@@ -481,7 +481,7 @@ func TestParseCloseKeywords(t *testing.T) {
{",$!", "", ""},
{"1234", "", ""},
} {
- // The patern only needs to match the part that precedes the reference.
+ // The pattern only needs to match the part that precedes the reference.
// getCrossReference() takes care of finding the reference itself.
pat := makeKeywordsPat([]string{test.pattern})
if test.expected == "" {