Skip to content

Commit c9b829f

Browse files
minor: fix typo
1 parent ad44857 commit c9b829f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/auth/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub enum AuthMechanism {
6868
Gssapi,
6969

7070
/// The SASL PLAIN mechanism, as defined in [RFC 4616](), is used in MongoDB to perform LDAP
71-
/// authentication and cannot be used for any other type of authenticaiton.
71+
/// authentication and cannot be used for any other type of authentication.
7272
/// Since the credentials are stored outside of MongoDB, the "$external" database must be used
7373
/// for authentication.
7474
///

0 commit comments

Comments
 (0)