Skip to content

Commit 1baba1b

Browse files
pierDipicmccabe
authored andcommitted
MINOR: Fix misspelling in protocol documentation
Reviewers: Colin P. McCabe <[email protected]>
1 parent e0d028b commit 1baba1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/src/main/java/org/apache/kafka/common/protocol/CommonFields.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class CommonFields {
5151
public static final Field.Int8 RESOURCE_TYPE = new Field.Int8("resource_type", "The resource type");
5252
public static final Field.Str RESOURCE_NAME = new Field.Str("resource_name", "The resource name");
5353
public static final Field.NullableStr RESOURCE_NAME_FILTER = new Field.NullableStr("resource_name", "The resource name filter");
54-
public static final Field.Int8 RESOURCE_PATTERN_TYPE = new Field.Int8("resource_pattten_type", "The resource pattern type", PatternType.LITERAL.code());
54+
public static final Field.Int8 RESOURCE_PATTERN_TYPE = new Field.Int8("resource_pattern_type", "The resource pattern type", PatternType.LITERAL.code());
5555
public static final Field.Int8 RESOURCE_PATTERN_TYPE_FILTER = new Field.Int8("resource_pattern_type_filter", "The resource pattern type filter", PatternType.LITERAL.code());
5656
public static final Field.Str PRINCIPAL = new Field.Str("principal", "The ACL principal");
5757
public static final Field.NullableStr PRINCIPAL_FILTER = new Field.NullableStr("principal", "The ACL principal filter");

0 commit comments

Comments
 (0)