diff options
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 06e4dd234..529f095d5 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -49,11 +49,11 @@ namespace MediaBrowser.Model.ApiClient Task<NotificationsSummary> GetNotificationsSummary(string userId); /// <summary> - /// Gets the notfiications async. + /// Gets the notifications async. /// </summary> /// <param name="query">The query.</param> /// <returns>Task{NotificationResult}.</returns> - Task<NotificationResult> GetNotfiicationsAsync(NotificationQuery query); + Task<NotificationResult> GetNotificationsAsync(NotificationQuery query); /// <summary> /// Gets an image stream based on a url |
