Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 25e9f61

Browse files
authored
Merge pull request #1072 from jeremyschlatter/patch-3
git: Fix typo
2 parents 7ffd7c8 + 3d4b836 commit 25e9f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const (
288288

289289
// ResetOptions describes how a reset operation should be performed.
290290
type ResetOptions struct {
291-
// Commit, if commit is pressent set the current branch head (HEAD) to it.
291+
// Commit, if commit is present set the current branch head (HEAD) to it.
292292
Commit plumbing.Hash
293293
// Mode, form resets the current branch head to Commit and possibly updates
294294
// the index (resetting it to the tree of Commit) and the working tree

0 commit comments

Comments
 (0)