Skip to content

Commit 20d25a7

Browse files
author
Michael Ben-Ami
committed
small syntax fix in comment
1 parent 763ed77 commit 20d25a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovs/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var (
6666
errMoveEmpty = errors.New("src and/or dst field for action move are empty")
6767

6868
// errOutputFieldEmpty is returned when OutputField is called with field set to the empty string.
69-
errOutputFieldEmpty = errors.New("field for action output (output=field syntax) is empty")
69+
errOutputFieldEmpty = errors.New("field for action output (output:field syntax) is empty")
7070
)
7171

7272
// Action strings in lower case, as those are compared to the lower case letters

0 commit comments

Comments
 (0)