Skip to content

Commit d5a3019

Browse files
authored
Merge pull request #594 from jayjun/fix-watcher-typos
Fix fast notify watcher error warning typos
2 parents e2e8003 + 307229f commit d5a3019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/watch/watch.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ func Watch(container, path string) error {
5353

5454
// print the warning
5555
// we added /r because this message often appears in a raw terminal which requires
56-
// carrage returns
56+
// carriage returns
5757
fmt.Printf("\n\r---------------------------------------------------------------------\n\r\n\r")
5858
fmt.Printf("An error occured in the fast notify watcher: '%s'\n\r\n\r", err.Error())
5959
fmt.Printf("Generally, having too low of a ulimit causes these issues.\n\r")
60-
fmt.Printf("Consiser upping your ulimit to resolve (`ulimit -n 2048`).\n\r")
60+
fmt.Printf("Consider upping your ulimit to resolve (`ulimit -n 2048`).\n\r")
6161
fmt.Printf("Until then, we'll go ahead and rollover to a slower polling solution.\n\r")
6262
fmt.Printf("\n\r---------------------------------------------------------------------\n\r\n\r")
6363

0 commit comments

Comments
 (0)