Skip to content

Commit 451726e

Browse files
jzheauxlkb85
andcommitted
Fix Comment Typos
See gh-998 Co-Authored-By: kibeom lee <[email protected]>
1 parent 7955efc commit 451726e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/org/springframework/ldap/odm/typeconversion/impl/ConverterManagerImpl.java

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public boolean canConvert(Class<?> fromClass, String syntax, Class<?> toClass) {
127127
public <T> T convert(Object source, String syntax, Class<T> toClass) {
128128
Object result = null;
129129

130-
// What are we converting form
130+
// What are we converting from
131131
Class<?> fromClass = source.getClass();
132132

133133
// Deal with primitives

test/integration-tests/src/test/java/org/apache/directory/server/core/avltree/ArrayMarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public ArrayMarshaller(Comparator<E> comparator, Marshaller<E> keyMarshaller) {
6161
/**
6262
* Creates a new instance of AvlTreeMarshaller with the default key Marshaller which
6363
* uses Java Serialization.
64-
* @param comparator Comparator to be used for key comparision
64+
* @param comparator Comparator to be used for key comparison
6565
*/
6666
public ArrayMarshaller(Comparator<E> comparator) {
6767
this.comparator = comparator;

0 commit comments

Comments
 (0)