summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcurl.cpp
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2013-11-18 13:33:19 -0500
committerMonty Brandenberg <monty@lindenlab.com>2013-11-18 13:33:19 -0500
commitb2d769534c82de2ac7b36f11ce6fab61f3e0d378 (patch)
tree76cdcf500786bd9858d6dec42546ba7afb739112 /indra/llmessage/llcurl.cpp
parentd191585a3eec778e36e5f0c4b620c3d525c86c42 (diff)
Code review updates. All comments so far.
Diffstat (limited to 'indra/llmessage/llcurl.cpp')
-rwxr-xr-xindra/llmessage/llcurl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index efbc804cbc..25e175f2cc 100755
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -296,7 +296,7 @@ LLCurl::Easy* LLCurl::Easy::getEasy()
// Enable a brief cache period for now. This was zero for the longest time
// which caused some routers grief and generated unneeded traffic. For the
- // threded resolver, we're using system resolution libraries and non-zero values
+ // threaded resolver, we're using system resolution libraries and non-zero values
// are preferred. The c-ares resolver is another matter and it might not
// track server changes as well.
CURLcode result = curl_easy_setopt(easy->mCurlEasyHandle, CURLOPT_DNS_CACHE_TIMEOUT, 15);