Skip to content

Commit

Permalink
Merge pull request docker#3957 from kevinetc123/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
nathanleclaire committed Jan 20, 2017
2 parents a79b5ec + c3d3718 commit 7b7a141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Misc

- Update docker-machine version
- Updated the bash completion with new options added
- Bugsnag: Retrieve windows version on non-english OS
- Bugsnag: Retrieve windows version on non-English OS

Drivers

Expand Down
2 changes: 1 addition & 1 deletion libmachine/crashreport/os_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func parseSystemInfoOutput(output string) string {
}
}

// If we couldn't find the version, maybe the output is not in english
// If we couldn't find the version, maybe the output is not in English
// Let's parse the fourth line since it seems to be the one always used
// for the version.
if len(lines) >= 4 {
Expand Down

0 comments on commit 7b7a141

Please sign in to comment.