Skip to content

Commit be73e36

Browse files
nettsundererusscam
authored andcommitted
Fix the comment: WebExeption -> WebException (#3633)
1 parent 08b9fce commit be73e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch.Net/Transport/Transport.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private void HandleElasticsearchClientException(RequestData data, Exception clie
207207
if (clientException != null && a.OriginalException == null)
208208
a.OriginalException = clientException;
209209
//On .NET Core the IConnection implementation throws exceptions on bad responses
210-
//This causes it to behave differently to .NET FULL. We already wrapped the WebExeption
210+
//This causes it to behave differently to .NET FULL. We already wrapped the WebException
211211
//under ElasticsearchServerException and it exposes way more information as part of it's
212212
//exception message e.g the the root cause of the server error body.
213213
#if !DOTNETCORE

0 commit comments

Comments
 (0)