Skip to content

Commit 946d259

Browse files
jslicerrusscam
authored andcommitted
Update UnexpectedElasticsearchClientException.cs (#3047)
fixed spelling of "occured" to "occurred". (cherry picked from commit dc9cb21)
1 parent 1169f38 commit 946d259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch.Net/Exceptions/UnexpectedElasticsearchClientException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class UnexpectedElasticsearchClientException : ElasticsearchClientExcepti
88
public List<PipelineException> SeenExceptions { get; set; }
99

1010
public UnexpectedElasticsearchClientException(Exception killerException, List<PipelineException> seenExceptions)
11-
: base(PipelineFailure.Unexpected, killerException?.Message ?? "An unexpected exception occured.", killerException)
11+
: base(PipelineFailure.Unexpected, killerException?.Message ?? "An unexpected exception occurred.", killerException)
1212
{
1313
this.SeenExceptions = seenExceptions;
1414
}

0 commit comments

Comments
 (0)