Skip to content

Commit

Permalink
Fix typos in autogen.sh and README.md files.
Browse files Browse the repository at this point in the history
Reported on GitHub through pull request #153 by Danny Hermes (dhermes).

FDW-536, Danny Hermes, reviewed and further changes by Vaibhav Dalvi.
  • Loading branch information
jeevanchalke committed Jul 19, 2022
1 parent 3e2860b commit 668124c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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
{
Expand Down

0 comments on commit 668124c

Please sign in to comment.