From 58eb87f4a11c3768addd315583270fd58e1c4c91 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Fri, 5 Feb 2016 19:42:38 +0530 Subject: [PATCH] Fix typos in README.md Found some spelling mistakes - `Normaly` > `Normally` `specifiying` > `specifying` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8edb22..4f57452 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,8 @@ have access to the oplog. If you need to force a fresh reimport, run `--reimport`, which will cause `mosql` to drop tables, create them anew, and do another import. -Normaly, MoSQL will scan through a list of the databases on the mongo -server you connect to. You avoid this behavior by specifiying a specific +Normally, MoSQL will scan through a list of the databases on the mongo +server you connect to. You avoid this behavior by specifying a specific mongo db to connect to with the `--only-db [dbname]` option. This is useful for hosted services which do not let you list all databases (via the `listDatabases` command).