diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2019-03-27 16:34:56 +0100 |
|---|---|---|
| committer | DrPandemic <bipbip500@gmail.com> | 2019-06-18 22:21:07 -0400 |
| commit | 7eb94e967471065009d82985129c3d722b386e1f (patch) | |
| tree | f22e72abab8c1d08a6db83c31fdfe604b7e3df91 | |
| parent | 0a5550b13d3a32ae7158dafb38eca6ed94e17d60 (diff) | |
Update MediaBrowser.Common/Net/IHttpClient.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | MediaBrowser.Common/Net/IHttpClient.cs | 2 |
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> |
