From 8bab196380dac0eac5fbde44a292dbf80f772348 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:10:49 -0400 Subject: [PATCH] spelling: sensitive Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- bin/gollum-migrate-tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gollum-migrate-tags b/bin/gollum-migrate-tags index daf2c5e7..de424eaf 100755 --- a/bin/gollum-migrate-tags +++ b/bin/gollum-migrate-tags @@ -24,7 +24,7 @@ Use this tool to migrate a wiki repository created under Gollum versions 4.x or It finds and repairs Gollum link tags that no longer work under 5.x for three reasons: * 5.x wiki internal links may contain spaces. [[Bilbo Baggins]] and [[Bilbo-Baggins]] therefore link to distinct pages. -* 5.x wiki internal links are case senitive +* 5.x wiki internal links are case sensitive * 5.x wiki internal links are no longer 'global'. * NB: you can use the --lenient-tag-lookup option in gollum >= 5.x to enable 4.x-backwards compatible tags.