diff --git a/src/js/git/index.js b/src/js/git/index.js index 6aaccf4f..00c7d53c 100644 --- a/src/js/git/index.js +++ b/src/js/git/index.js @@ -1528,7 +1528,7 @@ GitEngine.prototype.commit = function(options) { var targetCommit = this.getCommitFromRef(this.HEAD); var id = null; - // if we want to ammend, go one above + // if we want to amend, go one above if (options.isAmend) { targetCommit = this.resolveID('HEAD~1'); id = this.rebaseAltID(this.getCommitFromRef('HEAD').get('id'));