mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-23 10:28:31 +00:00
Fix various typos in codebase (#35480)
This commit is contained in:
@@ -66,7 +66,7 @@ func testGitPush(t *testing.T, u *url.URL) {
|
||||
}
|
||||
pushed = append(pushed, "master")
|
||||
|
||||
// push all, so that master are not chagned
|
||||
// push all, so that master is not changed
|
||||
doGitPushTestRepository(gitPath, "origin", "--all")(t)
|
||||
|
||||
return pushed, deleted
|
||||
|
Reference in New Issue
Block a user