mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Review feedback
This commit is contained in:
@@ -204,7 +204,7 @@ func (c *conntrackWalker) run() {
|
||||
scanner := bufio.NewScanner(bufio.NewReader(stdout))
|
||||
defer log.Infof("conntrack exiting")
|
||||
|
||||
// Lop on the output stream
|
||||
// Loop on the output stream
|
||||
for {
|
||||
f, err := decodeStreamedFlow(scanner)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user