fix typo in parameters

bug/bundler_fix
RageLtMan 2013-04-11 19:12:32 -04:00
parent 5ac18e9156
commit 1e93ae65e3
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class Rex::Socket::Parameters
#
# The SSL certificate, in pem format, stored as a string. See +SslTcpServer#make_ssl+
#
attr_accessor :ssl_certa
attr_accessor :ssl_cert
#
# The SSL context verification mechanism
#