From 375ce6b33c606dd967f005c81089085d85476c2d Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 20 Oct 2016 13:12:38 +0000 Subject: [PATCH] Review feedback --- report/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/table.go b/report/table.go index c1e014d8e..04d2abd05 100644 --- a/report/table.go +++ b/report/table.go @@ -17,7 +17,7 @@ const ( TruncationCountPrefix = "table_truncation_count_" ) -// AddPrefixTable appends arbirary key-value pairs to the Node, returning a new node. +// AddPrefixTable appends arbitrary key-value pairs to the Node, returning a new node. func (node Node) AddPrefixTable(prefix string, labels map[string]string) Node { count := 0 for key, value := range labels {