aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2019-03-27 16:34:56 +0100
committerDrPandemic <bipbip500@gmail.com>2019-06-18 22:21:07 -0400
commit7eb94e967471065009d82985129c3d722b386e1f (patch)
treef22e72abab8c1d08a6db83c31fdfe604b7e3df91
parent0a5550b13d3a32ae7158dafb38eca6ed94e17d60 (diff)
Update MediaBrowser.Common/Net/IHttpClient.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
-rw-r--r--MediaBrowser.Common/Net/IHttpClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs
index d332ab200..db69c6f2c 100644
--- a/MediaBrowser.Common/Net/IHttpClient.cs
+++ b/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>