Skip to content

Commit a72645d

Browse files
author
Thomas Miller
committed
Typo fixes. Thanks TomH
1 parent d6c34bd commit a72645d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/net/apnic/rdap/conformance/ContextList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Represents a list of Context objects.
77
*
88
* Class is a wrapper around {@link java.util.ArrayList} that provides
9-
* convience functions for getting information about a list of Context objects.
9+
* convenience functions for getting information about a list of Context objects.
1010
*
1111
* Note: This class does not implement any ArrayList constructors as they are
1212
* not needed at present.

src/main/java/net/apnic/rdap/conformance/Result.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public Status getStatus() {
9191
}
9292

9393
/**
94-
* True if the supplied status is equal to the interal status of this
94+
* True if the supplied status is equal to the internal status of this
9595
* result.
9696
*
9797
* @param checkStatus Status to check against

0 commit comments

Comments
 (0)