diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2022-09-07 14:40:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 14:40:36 -0400 |
commit | cb3b3e519f4689821476474214a49a8ae7cd4f58 (patch) | |
tree | bfb6aa01b8c69ccbe130cc91b7d7b42109119274 /tests | |
parent | 5c70e6aff0da5dab9e751c0e5426533e5a5e6ee9 (diff) | |
download | gitea-cb3b3e519f4689821476474214a49a8ae7cd4f58.tar.gz gitea-cb3b3e519f4689821476474214a49a8ae7cd4f58.zip |
Fix various typos (#21103)
Found via `codespell -q 3 -S
./options/locale,./options/license,./public/vendor,./web_src/fomantic -L
actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon`
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/pull_status_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/pull_status_test.go b/tests/integration/pull_status_test.go index 0f9cd41ec2..381cc73cd1 100644 --- a/tests/integration/pull_status_test.go +++ b/tests/integration/pull_status_test.go @@ -107,7 +107,7 @@ func doAPICreateCommitStatus(ctx APITestContext, commitID string, status api.Com func TestPullCreate_EmptyChangesWithDifferentCommits(t *testing.T) { // Merge must continue if commits SHA are different, even if content is same - // Reason: gitflow and merging master back into develop, where is high possiblity, there are no changes + // Reason: gitflow and merging master back into develop, where is high possibility, there are no changes // but just commit saying "Merge branch". And this meta commit can be also tagged, // so we need to have this meta commit also in develop branch. onGiteaRun(t, func(t *testing.T, u *url.URL) { |