]> source.dussan.org Git - gitea.git/commit
Fix various documentation, user-facing, and source comment typos (#16367)
authorluzpaz <luzpaz@users.noreply.github.com>
Thu, 8 Jul 2021 11:38:13 +0000 (07:38 -0400)
committerGitHub <noreply@github.com>
Thu, 8 Jul 2021 11:38:13 +0000 (13:38 +0200)
commite0296b6a6de6450c474fdf7fe62635a05beb49ab
tree1e924ac17324f60f6607e65cb51a325b948d1c62
parentbc6f060b8cd89685cc32980c4f03cba58850cab1
Fix various documentation, user-facing, and source comment typos (#16367)

* Fix various doc, user-facing, and source comment typos

Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby`
87 files changed:
cmd/dump.go
cmd/hook.go
cmd/migrate_storage.go
cmd/web_letsencrypt.go
custom/conf/app.example.ini
docker/root/etc/s6/gitea/setup
docker/rootless/usr/local/bin/docker-setup.sh
docs/content/doc/advanced/config-cheat-sheet.en-us.md
docs/content/doc/advanced/logging-documentation.en-us.md
docs/content/doc/advanced/protected-tags.en-us.md
docs/content/doc/features/authentication.en-us.md
docs/content/doc/help/faq.en-us.md
docs/content/page/index.en-us.md
integrations/README.md
integrations/release_test.go
models/branches.go
models/context.go
models/error.go
models/gpg_key.go
models/issue_comment.go
models/issue_dependency.go
models/issue_label_test.go
models/login_source.go
models/migrations/migrations.go
models/migrations/v111.go
models/migrations/v147.go
models/oauth2_application.go
models/org.go
models/repo.go
models/repo_list.go
models/repo_permission.go
models/repo_pushmirror.go
models/review.go
models/topic.go
models/user.go
models/user_mail.go
modules/context/repo.go
modules/git/blame.go
modules/git/repo_commit.go
modules/git/repo_stats.go
modules/git/utils.go
modules/indexer/code/elastic_search.go
modules/lfs/shared.go
modules/log/colors_router.go
modules/markup/html.go
modules/markup/markdown/ast.go
modules/markup/mdstripper/mdstripper_test.go
modules/migrations/base/downloader.go
modules/migrations/base/label.go
modules/migrations/base/uploader.go
modules/migrations/github.go
modules/migrations/gitlab.go
modules/migrations/gogs.go
modules/notification/base/null.go
modules/references/references_test.go
modules/repofiles/action_test.go
modules/repofiles/content_test.go
modules/repository/adopt.go
modules/secret/secret.go
modules/setting/indexer.go
modules/setting/session.go
modules/storage/storage.go
modules/task/migrate.go
modules/typesniffer/typesniffer.go
modules/util/path.go
modules/util/shellquote_test.go
modules/validation/helpers.go
modules/validation/helpers_test.go
modules/validation/refname_test.go
routers/api/v1/repo/issue_tracked_time.go
routers/api/v1/user/app.go
routers/web/admin/users.go
routers/web/org/setting.go
routers/web/repo/http.go
routers/web/repo/issue.go
routers/web/repo/view.go
routers/web/user/auth.go
routers/web/web.go
services/auth/sspi_windows.go
services/issue/assignee.go
services/mailer/mailer.go
services/wiki/wiki_test.go
web_src/fomantic/build/semantic.css
web_src/fomantic/build/semantic.js
web_src/js/index.js
web_src/less/_base.less
web_src/less/helpers.less