Clean up typos from copy and paste

This commit is contained in:
Michael L. Young
2021-08-24 12:47:22 -04:00
parent 26fd9ed0aa
commit e171eae858
17 changed files with 18 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
nodes, err := nodeDB.FindAllNodes()
if err != nil {
wwlog.Printf(wwlog.ERROR, "Cloud not get nodeList: %s\n", err)
wwlog.Printf(wwlog.ERROR, "Could not get node list: %s\n", err)
os.Exit(1)
}