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 }