1
0
Fork 0
forked from forgejo/forgejo

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