Skip to content

Commit a8a0f9f

Browse files
author
Arne Westphal
committed
fix typo
1 parent ea64270 commit a8a0f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plumbing/format/gitignore/dir_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type MatcherSuite struct {
1515
RFS billy.Filesystem // root that contains user home
1616
MCFS billy.Filesystem // root that contains user home, but missing ~/.gitconfig
1717
MEFS billy.Filesystem // root that contains user home, but missing excludesfile entry
18-
MIFS billy.Filesystem // root that contains user home, but missing .gitnignore
18+
MIFS billy.Filesystem // root that contains user home, but missing .gitignore
1919

2020
SFS billy.Filesystem // root that contains /etc/gitconfig
2121
}

0 commit comments

Comments
 (0)