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

Commit 3d4b836

Browse files
git: Fix typo
Signed-off-by: Jeremy Schlatter <[email protected]>
1 parent db6c41c commit 3d4b836

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)