diff --git a/bin/gui.go b/bin/gui.go index 3d659429daa..8ebea95bacb 100644 --- a/bin/gui.go +++ b/bin/gui.go @@ -198,7 +198,7 @@ func doGUI() error { // to just be able to use the notebook and build an // offline collector. logging.Prelog("No valid config found - " + - "will generare a new one at " + server_config_path) + "will generate a new one at " + server_config_path) config_obj, err = generateGUIConfig( datastore_directory, server_config_path, client_config_path) diff --git a/bin/offline.go b/bin/offline.go index 32281fdaa53..dbe43b50555 100644 --- a/bin/offline.go +++ b/bin/offline.go @@ -146,7 +146,7 @@ func doCollector() error { // the `gui` command makes. You can keep this datastore around // for the next collector. Prelog("No valid config found - " + - "will generare a new one at " + server_config_path) + "will generate a new one at " + server_config_path) config_obj, err = generateGUIConfig( datastore_directory, server_config_path, client_config_path)