X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3a4434f8b767e05456eea248f645422b1ed670d0..b17f04b7797eda5a5d888264f7d480d762a9966f:/tools/sync-groups/sync-groups.go diff --git a/tools/sync-groups/sync-groups.go b/tools/sync-groups/sync-groups.go index 10569b2e13..af7b2e92eb 100644 --- a/tools/sync-groups/sync-groups.go +++ b/tools/sync-groups/sync-groups.go @@ -217,7 +217,7 @@ func SetParentGroup(cfg *ConfigParams) error { return fmt.Errorf("error searching for parent group: %s", err) } if len(gl.Items) == 0 { - // Default parent group not existant, create one. + // Default parent group does not exist, create it. if cfg.Verbose { log.Println("Default parent group not found, creating...") }