fix typos in messages
This commit is contained in:
parent
20448c67a3
commit
aefde6eec2
29 changed files with 91 additions and 55 deletions
|
|
@ -27,12 +27,12 @@ func (pathbuilders) Description() wisski_distillery.Description {
|
|||
}
|
||||
|
||||
var errPathbuilders = exit.Error{
|
||||
Message: "Unable to export pathbuilder: %s",
|
||||
Message: "unable to export pathbuilder: %s",
|
||||
ExitCode: exit.ExitGeneric,
|
||||
}
|
||||
|
||||
var errNoPathbuilder = exit.Error{
|
||||
Message: "Pathbuilder %q does not exist",
|
||||
Message: "pathbuilder %q does not exist",
|
||||
ExitCode: exit.ExitGeneric,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue