From b216d09a8d6303208d26b4ec1e551988aa647514 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Thu, 4 Jun 2015 11:44:10 +0200 Subject: [PATCH] Fix typo --- pkg/conversion/converter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/conversion/converter.go b/pkg/conversion/converter.go index 0596bec740d..9bb9b041743 100644 --- a/pkg/conversion/converter.go +++ b/pkg/conversion/converter.go @@ -390,7 +390,7 @@ const ( // Loop through destination fields, search for matching source // field to copy it from. Source fields with no corresponding // destination field will be ignored. If SourceToDest is - // specified, this flag is ignored. If niether is specified, + // specified, this flag is ignored. If neither is specified, // or no flags are passed, this flag is the default. DestFromSource FieldMatchingFlags = 0 // Loop through source fields, search for matching dest field