Explorar o código

Update MediaBrowser.Common/Net/IHttpClient.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Claus Vium %!s(int64=6) %!d(string=hai) anos
pai
achega
7eb94e9674
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>