From cb3b3e519f4689821476474214a49a8ae7cd4f58 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Wed, 7 Sep 2022 14:40:36 -0400 Subject: Fix various typos (#21103) Found via `codespell -q 3 -S ./options/locale,./options/license,./public/vendor,./web_src/fomantic -L actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon` Co-authored-by: techknowlogick --- templates/repo/diff/compare.tmpl | 2 +- templates/repo/issue/new.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/repo') diff --git a/templates/repo/diff/compare.tmpl b/templates/repo/diff/compare.tmpl index e9f2fc3b60..029e7717a4 100644 --- a/templates/repo/diff/compare.tmpl +++ b/templates/repo/diff/compare.tmpl @@ -13,7 +13,7 @@ {{if .Flash.WarningMsg}} {{/* - There's alreay a importing of alert.tmpl in new_form.tmpl, + There's already an importing of alert.tmpl in new_form.tmpl, but only the negative message will be displayed within forms for some reasons, see semantic.css:10659. To avoid repeated negative messages, the importing here if for .Flash.WarningMsg only. */}} diff --git a/templates/repo/issue/new.tmpl b/templates/repo/issue/new.tmpl index 9f46f8fddc..496b4b5a70 100644 --- a/templates/repo/issue/new.tmpl +++ b/templates/repo/issue/new.tmpl @@ -8,7 +8,7 @@
{{if .Flash.WarningMsg}} {{/* - There's alreay a importing of alert.tmpl in new_form.tmpl, + There's already an importing of alert.tmpl in new_form.tmpl, but only the negative message will be displayed within forms for some reasons, see semantic.css:10659. To avoid repeated negative messages, the importing here if for .Flash.WarningMsg only. */}} -- cgit v1.2.3