From 3d4b836153bddddae3cf49611ba63149942780dc Mon Sep 17 00:00:00 2001 From: Jeremy Schlatter Date: Fri, 22 Feb 2019 22:42:02 -0800 Subject: git: Fix typo Signed-off-by: Jeremy Schlatter --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index ed7689a..f5a46ec 100644 --- a/options.go +++ b/options.go @@ -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 -- cgit