Skip to content

Commit

Permalink
shared: Fix comments typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maveonair committed Dec 20, 2023
1 parent 0100ba8 commit ecd2098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/cliconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shared/ioprogress/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecd2098

Please sign in to comment.