Skip to content

Commit 51befcf

Browse files
committed
fix mispell
1 parent d529d02 commit 51befcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/api_repo_lfs_locks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func TestAPILFSLocksLogged(t *testing.T) {
165165
assert.Equal(t, test.user.DisplayName(), lfsLockRep.Lock.Owner.Name)
166166
}
167167

168-
// check taht we don't have any lock
168+
// check that we don't have any lock
169169
for _, test := range resultsTests {
170170
session := loginUser(t, test.user.Name)
171171
req := NewRequestf(t, "GET", "/%s/info/lfs/locks", test.repo.FullName())

0 commit comments

Comments
 (0)