Skip to content

Commit d0b8fbf

Browse files
committed
Fix typo
1 parent 2ee835d commit d0b8fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/org/apache/catalina/realm/JNDIRealm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ private ArrayList<String> addAttributeValues(String attrId, Attributes attrs, Ar
23272327
Object value = e.next();
23282328
String valueString;
23292329
if (value == null) {
2330-
// Where this is used (roles) it makes to sense to pass on null values
2330+
// Where this is used (roles) it makes no sense to pass on null values
23312331
continue;
23322332
} else if (value instanceof byte[]) {
23332333
valueString = new String((byte[]) value, StandardCharsets.UTF_8);

0 commit comments

Comments
 (0)