Review feedback

This commit is contained in:
Alfonso Acosta
2016-12-22 09:33:52 +00:00
parent d22d64c710
commit 9d352e96f5

View File

@@ -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 {