From e3690b2ddd85830281f931387a1ec4ffa52e36f7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 7 Jul 2013 00:54:16 -0400 Subject: updated nuget --- MediaBrowser.Model/ApiClient/IApiClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 06e4dd234d..529f095d56 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -49,11 +49,11 @@ namespace MediaBrowser.Model.ApiClient Task GetNotificationsSummary(string userId); /// - /// Gets the notfiications async. + /// Gets the notifications async. /// /// The query. /// Task{NotificationResult}. - Task GetNotfiicationsAsync(NotificationQuery query); + Task GetNotificationsAsync(NotificationQuery query); /// /// Gets an image stream based on a url -- cgit v1.2.3