From 6bb28e4f35896aabbca307667388e094025ddc9b Mon Sep 17 00:00:00 2001 From: Benjamin Nørgaard Date: Mon, 9 Oct 2017 10:22:41 +0200 Subject: Fix spelling --- worktree_status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worktree_status.go b/worktree_status.go index 24d0534..828f6e0 100644 --- a/worktree_status.go +++ b/worktree_status.go @@ -243,7 +243,7 @@ func diffTreeIsEquals(a, b noder.Hasher) bool { } // Add adds the file contents of a file in the worktree to the index. if the -// file is already stagged in the index no error is returned. +// file is already staged in the index no error is returned. func (w *Worktree) Add(path string) (plumbing.Hash, error) { s, err := w.Status() if err != nil { -- cgit