summaryrefslogtreecommitdiff
path: root/src/mongo/client/connpool.h
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2012-10-14 03:57:18 +0000
committerTad Marshall <tad@10gen.com>2012-10-14 12:48:21 -0400
commit39e0e4af9ed4a6e8d2e158c699a89a2281c1b8bb (patch)
treef1ea7210c6f52f0ac15a56109f009706ebe414c7 /src/mongo/client/connpool.h
parent918a14c42a9156086578c28e1a7311c564aac2b3 (diff)
downloadmongo-39e0e4af9ed4a6e8d2e158c699a89a2281c1b8bb.tar.gz
Fixed typos
Signed-off-by: Tad Marshall <tad@10gen.com>
Diffstat (limited to 'src/mongo/client/connpool.h')
-rw-r--r--src/mongo/client/connpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/connpool.h b/src/mongo/client/connpool.h
index b785e9d04f6..ba6abf1bf87 100644
--- a/src/mongo/client/connpool.h
+++ b/src/mongo/client/connpool.h
@@ -99,7 +99,7 @@ namespace mongo {
Generally, use ScopedDbConnection and do not call these directly.
This class, so far, is suitable for use with unauthenticated connections.
- Support for authenticated connections requires some adjustements: please
+ Support for authenticated connections requires some adjustments: please
request...
Usage: