From 668124c6c2abb4b76fb1d230f8d39990b194c2df Mon Sep 17 00:00:00 2001 From: Jeevan Chalke Date: Tue, 19 Jul 2022 10:57:15 +0530 Subject: [PATCH] Fix typos in autogen.sh and README.md files. Reported on GitHub through pull request #153 by Danny Hermes (dhermes). FDW-536, Danny Hermes, reviewed and further changes by Vaibhav Dalvi. --- README.md | 2 +- autogen.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b57cdd9..14a2851 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ statements for the foreign tables using the mongo_fdw. ### Connection Pooling The latest version comes with a connection pooler that utilizes the -same mango database connection for all the queries in the same session. +same MongoDB database connection for all the queries in the same session. The previous version would open a new [MongoDB][1] connection for every query. This is a performance enhancement. diff --git a/autogen.sh b/autogen.sh index d09ec32..8278c23 100755 --- a/autogen.sh +++ b/autogen.sh @@ -30,7 +30,7 @@ if ! [ -x "$(command -v cmake3)" ]; then fi ### -# Pull the latest version of Monggo C Driver's master branch +# Pull the latest version of Mongo C Driver's master branch # function checkout_mongo_driver { @@ -42,7 +42,7 @@ function checkout_mongo_driver } ### -# Pull the legacy branch from the Mongo C Driver's +# Pull the legacy branch of the Mongo C Driver # function checkout_legacy_branch {