[PR #1248] [MERGED] Fix typos in models/ and modules/ #15831

Closed
opened 2025-11-02 11:55:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1248
Author: @ethantkoenig
Created: 3/14/2017
Status: Merged
Merged: 3/15/2017
Merged by: @lunny

Base: masterHead: typos


📝 Commits (1)

  • bcf3a2d Fix typos in models/ and modules/

📊 Changes

26 files changed (+63 additions, -63 deletions)

View changed files

📝 models/branches.go (+1 -1)
📝 models/issue.go (+1 -1)
📝 models/issue_list.go (+3 -3)
📝 models/migrations/v14.go (+1 -1)
📝 models/org_team_test.go (+3 -3)
📝 models/release.go (+1 -1)
📝 models/user.go (+3 -3)
📝 models/webhook.go (+2 -2)
📝 modules/auth/org.go (+3 -3)
📝 modules/auth/repo_form.go (+18 -18)
📝 modules/auth/user_form.go (+7 -7)
📝 modules/context/api.go (+1 -1)
📝 modules/context/context.go (+1 -1)
📝 modules/context/repo.go (+2 -2)
📝 modules/httplib/httplib.go (+1 -1)
📝 modules/lfs/content_store.go (+1 -1)
📝 modules/lfs/server.go (+1 -1)
📝 modules/log/conn.go (+2 -2)
📝 modules/log/log.go (+3 -3)
📝 modules/log/xorm.go (+1 -1)

...and 6 more files

📄 Description

One I want to double check:

neddedConnectOnMsg() should be neededConnectOnMsg() (i.e. nedded is not an intentional abbrevation of something), correct?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1248 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 3/14/2017 **Status:** ✅ Merged **Merged:** 3/15/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `typos` --- ### 📝 Commits (1) - [`bcf3a2d`](https://github.com/go-gitea/gitea/commit/bcf3a2d67a7dc8245a33dc39643ace85e19dbfcf) Fix typos in models/ and modules/ ### 📊 Changes **26 files changed** (+63 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `models/branches.go` (+1 -1) 📝 `models/issue.go` (+1 -1) 📝 `models/issue_list.go` (+3 -3) 📝 `models/migrations/v14.go` (+1 -1) 📝 `models/org_team_test.go` (+3 -3) 📝 `models/release.go` (+1 -1) 📝 `models/user.go` (+3 -3) 📝 `models/webhook.go` (+2 -2) 📝 `modules/auth/org.go` (+3 -3) 📝 `modules/auth/repo_form.go` (+18 -18) 📝 `modules/auth/user_form.go` (+7 -7) 📝 `modules/context/api.go` (+1 -1) 📝 `modules/context/context.go` (+1 -1) 📝 `modules/context/repo.go` (+2 -2) 📝 `modules/httplib/httplib.go` (+1 -1) 📝 `modules/lfs/content_store.go` (+1 -1) 📝 `modules/lfs/server.go` (+1 -1) 📝 `modules/log/conn.go` (+2 -2) 📝 `modules/log/log.go` (+3 -3) 📝 `modules/log/xorm.go` (+1 -1) _...and 6 more files_ </details> ### 📄 Description One I want to double check: `neddedConnectOnMsg()` should be `neededConnectOnMsg()` (i.e. `nedded` is not an intentional abbrevation of something), correct? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:55:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15831