Typo in an error message fix

This commit is contained in:
David Gillies
2014-12-09 15:57:26 +11:00
parent f228ad811b
commit 2564564601
+1 -1
View File
@@ -39,7 +39,7 @@ func CollectPackageFiles(locations []string, reporter aptly.ResultReporter) (pac
strings.HasSuffix(info.Name(), ".dsc") {
packageFiles = append(packageFiles, location)
} else {
reporter.Warning("Unknown file extenstion: %s", location)
reporter.Warning("Unknown file extension: %s", location)
failedFiles = append(failedFiles, location)
continue
}