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 /options | |
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 'options')
-rw-r--r-- | options/gitignore/Bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/gitignore/Bazel b/options/gitignore/Bazel index bc3afc20ba..4e1d5a2ba0 100644 --- a/options/gitignore/Bazel +++ b/options/gitignore/Bazel @@ -6,7 +6,7 @@ /bazel-* # Directories for the Bazel IntelliJ plugin containing the generated -# IntelliJ project files and plugin configuration. Seperate directories are +# IntelliJ project files and plugin configuration. Separate directories are # for the IntelliJ, Android Studio and CLion versions of the plugin. /.ijwb/ /.aswb/ |