fix several typos throughout core

This commit is contained in:
nytpu
2021-03-18 10:32:10 -06:00
parent 5ba676ed5d
commit 3b26eb9863
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -60,4 +60,5 @@ func Init(dataPath string) error {
if Data.Pages == nil {
Data.Pages = make(map[url.URL]*Page)
}
return nil
}