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

Commit e4ce8aa

Browse files
authored
Merge pull request #617 from blacksails/patch-1
Fix spelling
2 parents d90adeb + 6bb28e4 commit e4ce8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worktree_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func diffTreeIsEquals(a, b noder.Hasher) bool {
243243
}
244244

245245
// Add adds the file contents of a file in the worktree to the index. if the
246-
// file is already stagged in the index no error is returned.
246+
// file is already staged in the index no error is returned.
247247
func (w *Worktree) Add(path string) (plumbing.Hash, error) {
248248
s, err := w.Status()
249249
if err != nil {

0 commit comments

Comments
 (0)