Skip to content

Commit

Permalink
Fix typo: committ -> commit (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartzell authored and dominikschulz committed Feb 3, 2017
1 parent b5d01be commit 9189e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (s *Store) gitCommit(msg string) error {
cmd.Stderr = os.Stderr

if err := cmd.Run(); err != nil {
return fmt.Errorf("failed to committ files to git: %v", err)
return fmt.Errorf("failed to commit files to git: %v", err)
}

return nil
Expand Down

0 comments on commit 9189e9f

Please sign in to comment.