Skip to content

Commit b03e259

Browse files
committed
linter
1 parent fdbc50a commit b03e259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ingresscache/safetrie.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (st *SafeTrie) Set(path string, function string) error {
7272

7373
functionNames, err := pathFunctionNames.Add(function)
7474
if err != nil {
75-
return errors.Wrapf(err, "failed to set function name to path. funciton: %s, path: %s", function, path)
75+
return errors.Wrapf(err, "failed to set function name to path. path: %s, function: %s", path, function)
7676
}
7777
st.pathTrie.Put(path, functionNames)
7878

0 commit comments

Comments
 (0)