diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2019-03-04 15:31:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 15:31:22 +0100 |
commit | 25e9f61108d7097d6614872b4d65e15f4cb581fa (patch) | |
tree | cee023daa297dcc1383e51908334d5f6507b78b2 | |
parent | 7ffd7c86288208e04dae3fcbdd8e142afed0ac18 (diff) | |
parent | 3d4b836153bddddae3cf49611ba63149942780dc (diff) | |
download | go-git-25e9f61108d7097d6614872b4d65e15f4cb581fa.tar.gz |
Merge pull request #1072 from jeremyschlatter/patch-3
git: Fix typo
-rw-r--r-- | options.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ const ( // ResetOptions describes how a reset operation should be performed. type ResetOptions struct { - // Commit, if commit is pressent set the current branch head (HEAD) to it. + // Commit, if commit is present set the current branch head (HEAD) to it. Commit plumbing.Hash // Mode, form resets the current branch head to Commit and possibly updates // the index (resetting it to the tree of Commit) and the working tree |