Skip to content

Commit c372a7d

Browse files
committed
Fix some typos
1 parent a4d8140 commit c372a7d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- [ ] **I have verified that I am using the latest version and searched for exisiting issues** (If this checkbox is not ticked, the issue might be ignored).
1+
- [ ] **I have verified that I am using the latest version and searched for existing issues** (If this checkbox is not ticked, the issue might be ignored).
22

33
I am using version: X.X
44
My device (if relevant) is: X

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ private String getUrlToNewsImage(News news) {
290290
##### Configuration
291291

292292
The `ProxerConnection` allows for customization. The internally used libs are
293-
pluggable and you can specify some other arguments.
293+
plugable and you can specify some other arguments.
294294
Here is an example with all available customizations:
295295

296296
```java
@@ -310,7 +310,7 @@ The first line uses the alternate constructor, in which you pass a custom
310310
persistent `CookieJar` internally, based on `SharedPreferences`.
311311

312312
The second line passes a custom `OkHttpClient`. Note that it has no effect to
313-
set your `CookieJar` to it as that will be overriden.
313+
set your `CookieJar` to it as that will be overridden.
314314

315315
The third line passes a custom `Moshi` instance.
316316

library/src/main/java/com/proxerme/library/connection/list/request/MediaSearchRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public MediaSearchRequest withLength(@Nullable @IntRange(from = 0, to = 400) Int
240240
}
241241

242242
/**
243-
* To be used in conjunction with {@link #withLength(Integer)}. Sets if the epsiode count must
243+
* To be used in conjunction with {@link #withLength(Integer)}. Sets if the episode count must
244244
* be greater or smaller than the specified value.
245245
*
246246
* @param lengthBound The bound.

library/src/main/java/com/proxerme/library/connection/ucp/entitiy/HistoryEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public int getEpisode() {
147147
}
148148

149149
/**
150-
* Returns the last time the user has watched/read an epsiode.
150+
* Returns the last time the user has watched/read an episode.
151151
*
152152
* @return The time.
153153
*/

library/src/main/java/com/proxerme/library/connection/ucp/entitiy/Reminder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public String getName() {
127127
}
128128

129129
/**
130-
* Returns the epsiode.
130+
* Returns the episode.
131131
*
132132
* @return The episode.
133133
*/

0 commit comments

Comments
 (0)