Skip to content

Commit 7b12d39

Browse files
committed
typo
1 parent c2b809b commit 7b12d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/syncclusterconnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
namespace mongo {
2626

27-
SyncClusterConnection::SyncClusterConnection( const list<HostAndPort> & L) : _mutex("SynClusterConnection") {
27+
SyncClusterConnection::SyncClusterConnection( const list<HostAndPort> & L) : _mutex("SyncClusterConnection") {
2828
{
2929
stringstream s;
3030
int n=0;

0 commit comments

Comments
 (0)