Skip to content

Commit d713191

Browse files
authored
Spelling Errors
Super high priority, eh??
1 parent a29831b commit d713191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Translator interface {
2222
locales.Translator
2323

2424
// adds a normal translation for a particular language/locale
25-
// {#} is the only replacement type accepted and are add infintium
25+
// {#} is the only replacement type accepted and are ad infinitum
2626
// eg. one: '{0} day left' other: '{0} days left'
2727
Add(key interface{}, text string, override bool) error
2828

@@ -93,7 +93,7 @@ func newTranslator(trans locales.Translator) Translator {
9393
}
9494

9595
// Add adds a normal translation for a particular language/locale
96-
// {#} is the only replacement type accepted and are add infintium
96+
// {#} is the only replacement type accepted and are ad infinitum
9797
// eg. one: '{0} day left' other: '{0} days left'
9898
func (t *translator) Add(key interface{}, text string, override bool) error {
9999

0 commit comments

Comments
 (0)