Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKee committed Mar 20, 2014
1 parent 13c4091 commit 6ecd1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Elasticsearch.Net/Connection/IConnectionConfiguration.cs
Expand Up @@ -25,7 +25,7 @@ public interface IConnectionConfiguration<out T> where T : IConnectionConfigurat
/// <returns></returns>
T SetGlobalQueryStringParameters(NameValueCollection queryStringParameters); /// <summary>

/// Timeout in milliseconds when the .NET webrquest should abort the request, note that you can set this to a high value here,
/// Timeout in milliseconds when the .NET webrequest should abort the request, note that you can set this to a high value here,
/// and specify the timeout in various calls on Elasticsearch's side.
/// </summary>
/// <param name="timeout">time out in milliseconds</param>
Expand Down Expand Up @@ -57,4 +57,4 @@ public interface IConnectionConfiguration<out T> where T : IConnectionConfigurat
/// </summary>
T SetConnectionStatusHandler(Action<ElasticsearchResponse> handler);
}
}
}

0 comments on commit 6ecd1a2

Please sign in to comment.