Skip to content

Commit fe51b11

Browse files
committed
fix typo
1 parent 0e3cac8 commit fe51b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-webui/release/share/git-webui/webui/js/git-webui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ webui.LogView = function(historyView) {
13691369
'<p>There are a few options available to revert the previous commit. Please read the description carefully to make sure you choose'+
13701370
' the correct option.</p>' +
13711371
'<h4>Revert</h2><p><i>git revert --no-commit</i> - This will create a new change, which will be the reversal of the previous commit.'+
1372-
'It will not be autometically committed, so you can inspect/modify/combine the changes with others before you commit.</p>' +
1372+
'It will not be automatically committed, so you can inspect/modify/combine the changes with others before you commit.</p>' +
13731373
'<h4>Hard Reset</h2><p><i>git reset --hard HEAD~1</i> - This will delete the previous commit entirely, and reset you to a state' +
13741374
' before the commit. <b>WARNING:</b> This will also delete <b>all uncommitted changes</b>, so make sure you have no changes left before' +
13751375
' attempting this operation.</p>' +

git-webui/src/share/git-webui/webui/js/git-webui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ webui.LogView = function(historyView) {
13691369
'<p>There are a few options available to revert the previous commit. Please read the description carefully to make sure you choose'+
13701370
' the correct option.</p>' +
13711371
'<h4>Revert</h2><p><i>git revert --no-commit</i> - This will create a new change, which will be the reversal of the previous commit.'+
1372-
'It will not be autometically committed, so you can inspect/modify/combine the changes with others before you commit.</p>' +
1372+
'It will not be automatically committed, so you can inspect/modify/combine the changes with others before you commit.</p>' +
13731373
'<h4>Hard Reset</h2><p><i>git reset --hard HEAD~1</i> - This will delete the previous commit entirely, and reset you to a state' +
13741374
' before the commit. <b>WARNING:</b> This will also delete <b>all uncommitted changes</b>, so make sure you have no changes left before' +
13751375
' attempting this operation.</p>' +

0 commit comments

Comments
 (0)