diff --git a/deb/import.go b/deb/import.go index 5a9c102a..2039288a 100644 --- a/deb/import.go +++ b/deb/import.go @@ -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 }