Skip to content

Commit cb3c23e

Browse files
author
Dean Karn
authored
Merge pull request #9 from SCKelemen/patch-1
Spelling Errors
2 parents a29831b + d713191 commit cb3c23e

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)