Skip to content

Commit 8cb3877

Browse files
committed
fix typo
1 parent e60599b commit 8cb3877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mysql2/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(opts = {})
3030
raise Mysql2::Error, "read_timeout must be a positive integer, you passed #{@read_timeout}"
3131
end
3232

33-
ssl_set(*opts.values_at(:sslkey, :sslcert, :sslca, :sslcapath, :sslciper))
33+
ssl_set(*opts.values_at(:sslkey, :sslcert, :sslca, :sslcapath, :sslcipher))
3434

3535
user = opts[:username]
3636
pass = opts[:password]

0 commit comments

Comments
 (0)