From 22bcacf1432f2099ac5106ecf0fac0c30bab57cc Mon Sep 17 00:00:00 2001 From: Ivan Kurnosov Date: Thu, 9 Oct 2014 16:19:15 +1300 Subject: [PATCH] Typo in a error message fix `s/Unknwon/Unknown/` --- cmd/repo_add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/repo_add.go b/cmd/repo_add.go index f8398835..0bf907a5 100644 --- a/cmd/repo_add.go +++ b/cmd/repo_add.go @@ -73,7 +73,7 @@ func aptlyRepoAdd(cmd *commander.Command, args []string) error { strings.HasSuffix(info.Name(), ".dsc") { packageFiles = append(packageFiles, location) } else { - context.Progress().ColoredPrintf("@y[!]@| @!Unknwon file extenstion: %s@|", location) + context.Progress().ColoredPrintf("@y[!]@| @!Unknown file extenstion: %s@|", location) failedFiles = append(failedFiles, location) continue }