From 393bd804eeefa0feb72587740b4cf910fe54b3f6 Mon Sep 17 00:00:00 2001 From: Jimmy Casey Date: Fri, 10 Aug 2018 15:09:43 +0000 Subject: [PATCH] Fixed Spelling. --- .../com/twitter/sdk/android/core/services/FavoriteService.java | 2 +- .../com/twitter/sdk/android/core/services/SearchService.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/twitter-core/src/main/java/com/twitter/sdk/android/core/services/FavoriteService.java b/twitter-core/src/main/java/com/twitter/sdk/android/core/services/FavoriteService.java index 97d55a4c..15eebef0 100644 --- a/twitter-core/src/main/java/com/twitter/sdk/android/core/services/FavoriteService.java +++ b/twitter-core/src/main/java/com/twitter/sdk/android/core/services/FavoriteService.java @@ -40,7 +40,7 @@ public interface FavoriteService { * equal to 200. Defaults to 20. * @param sinceId (optional) Returns results with an ID greater than (that is, more recent than) * the specified ID. There are limits to the number of Tweets which can be - * accessed through the API. If the limit of Tweets has occured since the + * accessed through the API. If the limit of Tweets has occurred since the * since_id, the since_id will be forced to the oldest ID available. * @param maxId (optional) Returns results with an ID less than (that is, older than) or equal * to the specified ID. diff --git a/twitter-core/src/main/java/com/twitter/sdk/android/core/services/SearchService.java b/twitter-core/src/main/java/com/twitter/sdk/android/core/services/SearchService.java index dd009fd6..ef94068d 100644 --- a/twitter-core/src/main/java/com/twitter/sdk/android/core/services/SearchService.java +++ b/twitter-core/src/main/java/com/twitter/sdk/android/core/services/SearchService.java @@ -69,7 +69,7 @@ public interface SearchService { * far as the date you specify here. * @param sinceId (optional) Returns results with an ID greater than (that is, more recent than) * the specified ID. There are limits to the number of Tweets which can be - * accessed through the API. If the limit of Tweets has occured since the + * accessed through the API. If the limit of Tweets has occurred since the * since_id, the since_id will be forced to the oldest ID available. * @param maxId (optional) Returns results with an ID less than (that is, older than) or equal * to the specified ID.