diff --git a/shared/cliconfig/config.go b/shared/cliconfig/config.go index 06db612844e..7387186ecf9 100644 --- a/shared/cliconfig/config.go +++ b/shared/cliconfig/config.go @@ -21,7 +21,7 @@ type Config struct { // communication with the named daemon Remotes map[string]Remote `yaml:"remotes"` - // Command line aliases for `lxc` + // Command line aliases for `incus` Aliases map[string]string `yaml:"aliases"` // Configuration directory diff --git a/shared/ioprogress/data.go b/shared/ioprogress/data.go index 3a86dddf211..ed7bc80e1be 100644 --- a/shared/ioprogress/data.go +++ b/shared/ioprogress/data.go @@ -2,7 +2,7 @@ package ioprogress // The ProgressData struct represents new progress information on an operation. type ProgressData struct { - // Preferred string repreentation of progress (always set) + // Preferred string representation of progress (always set) Text string // Progress in percent