Skip to content

Commit 6b781d9

Browse files
Joshua Pollackmeta-codesync[bot]
authored andcommitted
Fix typo: simultaneos -> simultaneous
Summary: Fix a typo in a log message in Server-inl.h where "simultaneos" was misspelled instead of "simultaneous". Reviewed By: djvaporize Differential Revision: D90070265 fbshipit-source-id: 9f207784926bd93798e2bb8598d8f04ceeca34ef
1 parent 9a16d29 commit 6b781d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third-party/mcrouter/src/mcrouter/Server-inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ inline AsyncMcServer::Options createAsyncMcServerOptions(
198198
opts.setMaxConnections(standaloneOpts.max_conns, opts.numThreads);
199199
if (maxConns > 0) {
200200
VLOG(1) << "The system will allow " << maxConns
201-
<< " simultaneos connections before start closing connections"
201+
<< " simultaneous connections before start closing connections"
202202
<< " using an LRU algorithm";
203203
}
204204

0 commit comments

Comments
 (0)