Commit da226791 authored by Quinton Hoole's avatar Quinton Hoole

Merge pull request #9200 from rhcarvalho/patch-2

Fix typo
parents a161edb3 b216d09a
...@@ -390,7 +390,7 @@ const ( ...@@ -390,7 +390,7 @@ const (
// Loop through destination fields, search for matching source // Loop through destination fields, search for matching source
// field to copy it from. Source fields with no corresponding // field to copy it from. Source fields with no corresponding
// destination field will be ignored. If SourceToDest is // 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. // or no flags are passed, this flag is the default.
DestFromSource FieldMatchingFlags = 0 DestFromSource FieldMatchingFlags = 0
// Loop through source fields, search for matching dest field // Loop through source fields, search for matching dest field
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment