From 9aa8f822c15cde3cbd3d9cee6ea028b75b2908b0 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Thu, 18 May 2017 14:46:44 +0100 Subject: [PATCH] Fix typo --- pkg/labels/labels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/labels/labels.go b/pkg/labels/labels.go index 7b5d5b931..ee515bfa2 100644 --- a/pkg/labels/labels.go +++ b/pkg/labels/labels.go @@ -230,7 +230,7 @@ func (b *Builder) Set(n, v string) *Builder { } // Labels returns the labels from the builder. If no modifications -// were made, the originl labels are returned. +// were made, the original labels are returned. func (b *Builder) Labels() Labels { if len(b.del) == 0 && len(b.add) == 0 { return b.base