Skip to content

Commit 3068e98

Browse files
committed
Merge pull request #2 from djonsson/master
Fixed spelling error
2 parents 21edf1d + 8c879e2 commit 3068e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli-client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func (c *cliClient) printStatus(args *Status) error {
177177
if errConf != nil {
178178
env = "nok"
179179
status = false
180-
defer fmt.Fprintf(errout, "run 'limes fix' to automaticly resolv the problem\n")
180+
defer fmt.Fprintf(errout, "run 'limes fix' to automatically resolve the problem\n")
181181
defer fmt.Fprintf(errout, "\nwarning: %v\n", errConf)
182182
}
183183

0 commit comments

Comments
 (0)