diff --git a/README.md b/README.md index 050a612..09ba34a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,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 0124b06..611037b 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 {