1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-10 04:27:22 +00:00

Fix typos in models/ and modules/ (#1248)

This commit is contained in:
Ethan Koenig
2017-03-14 20:52:01 -04:00
committed by Lunny Xiao
parent ec0ae5d50c
commit 021904e4e6
26 changed files with 63 additions and 63 deletions

View File

@ -249,7 +249,7 @@ var (
},
}
// Markdown sttings
// Markdown settings
Markdown = struct {
EnableHardLineBreak bool
CustomURLSchemes []string `ini:"CUSTOM_URL_SCHEMES"`
@ -420,7 +420,7 @@ var (
Names []string
dateLangs map[string]string
// Highlight settings are loaded in modules/template/hightlight.go
// Highlight settings are loaded in modules/template/highlight.go
// Other settings
ShowFooterBranding bool