Skip to content

Commit 02b1a05

Browse files
committed
Fix spelling
Signed-off-by: Evan Harris <[email protected]>
1 parent 893dd4d commit 02b1a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/app/execontext.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func NewOutput(cmdName string, quiet bool, outputFormat string, channels map[str
140140
}
141141

142142
// We want to listen to the internal channel for any data
143-
// And dump it onto the appropraite DataChannels
143+
// And dump it onto the appropriate DataChannels
144144
go func() {
145145
for data := range ref.internalDataCh {
146146
if data != nil {

0 commit comments

Comments
 (0)