summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hernandez <scotthernandez@gmail.com>2014-09-12 08:38:17 -0400
committerScott Hernandez <scotthernandez@gmail.com>2014-09-12 08:38:17 -0400
commit87252bb93d3ebd5bf4b456d3fc06b4bae763a958 (patch)
tree198968ab61ab2ded780e8befe809ba62be0ce071
parent41fcb70192d773987cc9635d4f125b6afbf54e1f (diff)
downloadmongo-87252bb93d3ebd5bf4b456d3fc06b4bae763a958.tar.gz
typo in sync_fastsync.js
-rw-r--r--jstests/replsets/sync_fastsync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/sync_fastsync.js b/jstests/replsets/sync_fastsync.js
index 5bc2351a734..57ef621a4c2 100644
--- a/jstests/replsets/sync_fastsync.js
+++ b/jstests/replsets/sync_fastsync.js
@@ -1,5 +1,5 @@
/*
- * Create a replia set where a member has the --fastsync option,
+ * Create a replica set where a member has the --fastsync option,
* then write some docs and ensure they
* are on the newly restarted member (with --fastsync) but older writes aren't.
*/