Fix various typos in codebase (#35480)

此提交包含在:
luzpaz
2025-09-13 10:34:43 -04:00
提交者 GitHub
父節點 325e059a50
當前提交 688abac5ca
共有 26 個檔案被更改,包括 30 行新增30 行删除
+1 -1
查看文件
@@ -408,7 +408,7 @@ func AddBranchProtectionCanPushAndEnableWhitelist(x *xorm.Engine) error {
official, err := isOfficialReviewer(sess, review.IssueID, reviewer)
if err != nil {
// Branch might not be proteced or other error, ignore it.
// Branch might not be protected or other error, ignore it.
continue
}
review.Official = official