Fix misprint. #8

This commit is contained in:
Andrey Smirnov
2014-04-22 17:51:22 +04:00
parent 522684aabb
commit 4541e0bdae

View File

@@ -25,7 +25,7 @@ func aptlyPublishDrop(cmd *commander.Command, args []string) error {
return fmt.Errorf("unable to remove: %s", err)
}
context.Progress().Printf("\nPublished repositroy has been removed successfully.\n")
context.Progress().Printf("\nPublished repository has been removed successfully.\n")
return err
}