Skip to content

Commit 26f77cf

Browse files
saghmp
authored andcommitted
minor: fix typo in word "database" (#1291)
1 parent b8c6ad9 commit 26f77cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class URI
155155
# @since 2.1.0
156156
UNESCAPED_UNIX_SOCKET = "UNIX domain sockets must be urlencoded.".freeze
157157

158-
# Error details for a non-urlencoded auth databsae name.
158+
# Error details for a non-urlencoded auth database name.
159159
#
160160
# @since 2.1.0
161161
UNESCAPED_DATABASE = "Auth database must be urlencoded.".freeze

0 commit comments

Comments
 (0)