Skip to content

Commit 91a16f7

Browse files
committed
Merge pull request #536 from ChrisMcKee/master
Worlds smallest pull request (typo in method summary)
2 parents 9549370 + 6ecd1a2 commit 91a16f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/Elasticsearch.Net/Connection/ConnectionConfiguration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public T SetGlobalQueryStringParameters(NameValueCollection queryStringParameter
164164
}
165165

166166
/// <summary>
167-
/// Timeout in milliseconds when the .NET webrquest should abort the request, note that you can set this to a high value here,
167+
/// Timeout in milliseconds when the .NET webrequest should abort the request, note that you can set this to a high value here,
168168
/// and specify the timeout in various calls on Elasticsearch's side.
169169
/// </summary>
170170
/// <param name="timeout">time out in milliseconds</param>

Diff for: src/Elasticsearch.Net/Connection/IConnectionConfiguration.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public interface IConnectionConfiguration<out T> : IHideObjectMembers
2727
/// <returns></returns>
2828
T SetGlobalQueryStringParameters(NameValueCollection queryStringParameters); /// <summary>
2929

30-
/// Timeout in milliseconds when the .NET webrquest should abort the request, note that you can set this to a high value here,
30+
/// Timeout in milliseconds when the .NET webrequest should abort the request, note that you can set this to a high value here,
3131
/// and specify the timeout in various calls on Elasticsearch's side.
3232
/// </summary>
3333
/// <param name="timeout">time out in milliseconds</param>
@@ -66,4 +66,4 @@ public interface IConnectionConfiguration<out T> : IHideObjectMembers
6666
/// </summary>
6767
T SetConnectionStatusHandler(Action<IElasticsearchResponse> handler);
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)