Skip to content

minor spelling fix #1493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/program/mongodump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Options

Specifies a resolvable hostname for the :program:`mongod` that you wish to
use to create the database dump. By default :program:`mongodump` will
attempt to connect to a MongoDB process ruining on the localhost
attempt to connect to a MongoDB process running on the localhost
port number ``27017``.

Optionally, specify a port number to connect a MongoDB instance
Expand Down
2 changes: 1 addition & 1 deletion source/reference/program/mongoexport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Options

Specifies a resolvable hostname for the :program:`mongod` from which you
want to export data. By default :program:`mongoexport` attempts to
connect to a MongoDB process ruining on the localhost port number
connect to a MongoDB process running on the localhost port number
``27017``.

Optionally, specify a port number to connect a MongoDB instance
Expand Down
2 changes: 1 addition & 1 deletion source/reference/program/mongofiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Options

Specifies a resolvable hostname for the :program:`mongod` that
holds your GridFS system. By default :program:`mongofiles` attempts
to connect to a MongoDB process ruining on the localhost port
to connect to a MongoDB process running on the localhost port
number ``27017``.

Optionally, specify a port number to connect a MongoDB instance
Expand Down
2 changes: 1 addition & 1 deletion source/reference/program/mongoimport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Options

Specifies a resolvable hostname for the :program:`mongod` to which
you want to restore the database. By default :program:`mongoimport`
will attempt to connect to a MongoDB process ruining on the
will attempt to connect to a MongoDB process running on the
localhost port numbered ``27017``.

Optionally, specify a port number to connect a MongoDB instance
Expand Down