From eb7349efbca23cdc8b59f0f221a06c2d373148ef Mon Sep 17 00:00:00 2001 From: hi019 <65871571+hi019@users.noreply.github.com> Date: Wed, 24 Mar 2021 14:56:54 -0400 Subject: [PATCH] fix: typo in comment (#627) --- cmd/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/system.go b/cmd/system.go index 63839e322..55cd1bcae 100644 --- a/cmd/system.go +++ b/cmd/system.go @@ -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"`