1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

Fix a comment typo (#8358)

This commit is contained in:
Tekaoh 2019-10-02 15:02:04 -05:00 committed by techknowlogick
parent 0d93430695
commit e3eb9fa33d

View File

@ -55,7 +55,7 @@ func MustEnableWiki(ctx *context.Context) {
} }
} }
// PageMeta wiki page meat information // PageMeta wiki page meta information
type PageMeta struct { type PageMeta struct {
Name string Name string
SubURL string SubURL string