Skip to content

Commit

Permalink
Merge pull request #479 from oleorhagen/spellfix
Browse files Browse the repository at this point in the history
[spelling] Fix
  • Loading branch information
oleorhagen committed Jan 16, 2020
2 parents 90fc290 + f78d5e2 commit 3ed4331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Expand Up @@ -104,7 +104,7 @@ func transformDeprecatedArgs(args []string) []string {

func SetupCLI(args []string) error {
runOptions := &runOptionsType{}
// Filter commandline arguments for backwards compatability.
// Filter commandline arguments for backwards compatibility.
// FIXME: Remove argument filtering in Mender v3.0
args = transformDeprecatedArgs(args)

Expand Down

0 comments on commit 3ed4331

Please sign in to comment.