Skip to content

Commit

Permalink
golint: fix typo
Browse files Browse the repository at this point in the history
Fixes the following warning

"ommitted" is a misspelling of "omitted" (misspell)

Related-to: #153 (Resolve golint warnings)
Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
  • Loading branch information
aalemayhu authored and tgraf committed Mar 18, 2017
1 parent 2095d94 commit d761e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/policy/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (node *Node) ResolveName(name string) string {
// according to to the path specified. Takes a node with a list of optional
// children and the path to where the node is/will be located in the tree.
//
// 1. If the name of a node is ommitted, the node name will be derived from
// 1. If the name of a node is omitted, the node name will be derived from
// the path. The element after the last node path delimiter is assumed to
// be the node name, e.g. rootNode.parentNode.name
//
Expand Down

0 comments on commit d761e03

Please sign in to comment.