Typo in a error message fix

`s/Unknwon/Unknown/`
This commit is contained in:
Ivan Kurnosov
2014-10-09 16:19:15 +13:00
parent 877109b3b7
commit 22bcacf143

View File

@@ -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
}