fix: typo in comment (#627)

This commit is contained in:
hi019
2021-03-24 14:56:54 -04:00
committed by GitHub
parent 1b5ac3d2b6
commit eb7349efbc

View File

@@ -180,7 +180,7 @@ func (s *SystemHelper) Initialise() error {
return s.setup()
}
// SystemConfig - Defines system wode configuration data
// SystemConfig - Defines system wide configuration data
type SystemConfig struct {
Name string `json:"name"`
Email string `json:"email"`