Fix a typo in documentation for SetLibrary

This commit is contained in:
Matyas Horky 2023-05-15 11:56:44 +02:00
parent 831b071cb6
commit 9a5081df4b

View file

@ -155,7 +155,7 @@ func GetLibrary() string {
return lib
}
// SetLibrary sets the root path for the loale directories and files to be used at package level.
// SetLibrary sets the root path for the locale directories and files to be used at package level.
// It reloads the corresponding Translation file.
func SetLibrary(lib string) {
globalConfig.Lock()