Skip to content

Commit 8ddc1f9

Browse files
committed
Fixed some typos in JavaDoc
1 parent b6bcab5 commit 8ddc1f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/github/m0nk3y2k4/thetvdb/internal/util/validation/Parameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static void validateQueryParam(String paramName, QueryParameters params,
160160
}
161161

162162
/**
163-
* Provides a predicate used to check wether a String represents a positive (greater zero) numerical integer.
163+
* Provides a predicate used to check whether a String represents a positive (greater zero) numerical integer.
164164
*
165165
* @return String predicate to check for a positive numerical integer
166166
*/

src/test/java/com/github/m0nk3y2k4/thetvdb/testutils/MockServerUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static Header contentLength(int length) {
101101
* object returned by this method will contain matchers verifying the absence of any authentication related
102102
* headers.
103103
*
104-
* @return HTTP headers object including matchers verfying the absence of authorization headers
104+
* @return HTTP headers object including matchers verifying the absence of authorization headers
105105
*
106106
* @see #defaultAPIHttpHeadersWithAuthorization()
107107
*/
@@ -115,7 +115,7 @@ public static Headers defaultAPIHttpHeaders() {
115115
* object returned by this method will contain matchers verifying that the authentication related headers exist and
116116
* contain some reasonable values.
117117
*
118-
* @return HTTP headers object including matchers verfying the existence of authorization headers
118+
* @return HTTP headers object including matchers verifying the existence of authorization headers
119119
*
120120
* @see #defaultAPIHttpHeaders()
121121
*/

0 commit comments

Comments
 (0)