From c13417b1c5f50855b8847d78b3f515f0b2abbfda Mon Sep 17 00:00:00 2001 From: Jeremy Schlatter Date: Fri, 22 Feb 2019 22:49:06 -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..da7b96a 100644 --- a/options.go +++ b/options.go @@ -229,7 +229,7 @@ var ( ErrCreateRequiresBranch = errors.New("Branch is mandatory when Create is used") ) -// CheckoutOptions describes how a checkout 31operation should be performed. +// CheckoutOptions describes how a checkout operation should be performed. type CheckoutOptions struct { // Hash is the hash of the commit to be checked out. If used, HEAD will be // in detached mode. If Create is not used, Branch and Hash are mutually -- cgit