Browse Source

Update MediaBrowser.Common/Net/IHttpClient.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Claus Vium 6 years ago
parent
commit
7eb94e9674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Common/Net/IHttpClient.cs

+ 1 - 1
MediaBrowser.Common/Net/IHttpClient.cs

@@ -24,7 +24,7 @@ namespace MediaBrowser.Common.Net
         Task<Stream> Get(HttpRequestOptions options);
 
         /// <summary>
-        /// Warning: Depricated function,
+        /// Warning: Deprecated function,
         /// use 'Task<HttpResponseInfo> SendAsync(HttpRequestOptions options, HttpMethod httpMethod);' instead
         /// Sends the asynchronous.
         /// </summary>