diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 86c40763..4040ab19 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -39,3 +39,4 @@ * Josh Burks * Elmar Pruesse @epruesse * Adam Michel [@elfurbe](https://github.com/elfurbe) +* Brandon Biggs diff --git a/internal/app/wwctl/power/soft/root.go b/internal/app/wwctl/power/soft/root.go index 3b4a6d50..119b5d1a 100644 --- a/internal/app/wwctl/power/soft/root.go +++ b/internal/app/wwctl/power/soft/root.go @@ -10,7 +10,7 @@ var ( DisableFlagsInUseLine: true, Use: "soft", Short: "Gracefully shuts down the given node(s)", - Long: "This command uses the operationg system to shut down the set of nodes specified by PATTERN.", + Long: "This command uses the operating system to shut down the set of nodes specified by PATTERN.", RunE: CobraRunE, ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { if len(args) != 0 {