Skip to content

Commit

Permalink
PERL-812 Fix typos in README and GSSAPI section
Browse files Browse the repository at this point in the history
  • Loading branch information
kallimachos committed Nov 7, 2017
1 parent 4205ba9 commit 88ca80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ticket in our issue management tool, JIRA:
account](https://jira.mongodb.org/secure/Signup!default.jspa) if you
don't already have one.
- Navigate to the [JIRA PERL
project](https://jira.mongodb.org/browse/PERL>)
project](https://jira.mongodb.org/browse/PERL)
- Click the **Create** button - Please provide as much information as
possible for a bug and how to reproduce it.

Expand Down Expand Up @@ -128,4 +128,3 @@ To build and test (after configuration):

$ make
$ make test

3 changes: 1 addition & 2 deletions lib/MongoDB/MongoClient.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ that the '@' in the principal name must be encoded as "%40":
my $mc = MongoDB::MongoClient->new(
host =>
'mongodb://johndoe%40EXAMPLE.COM@mongo.examplecom/?authMechanism=GSSAPI',
'mongodb://johndoe%40EXAMPLE.COM@mongo.example.com/?authMechanism=GSSAPI',
);
The default service name is 'mongodb'. It can be changed with the
Expand All @@ -2040,4 +2040,3 @@ You B<MUST> call the L</reconnect> method on any MongoDB::MongoClient objects
after forking or spawning a thread.
=cut

0 comments on commit 88ca80d

Please sign in to comment.