lib/hyla/commands/sendmail.rb in hyla-1.0.9.pre.3 vs lib/hyla/commands/sendmail.rb in hyla-1.0.9
- old
+ new
@@ -91,10 +91,10 @@
return mail
end
#
# Generate the Hash of the parameters
- # used by mail compoent nto send email
+ # used by mail component nto send email
#
def self.parameters()
parameters = {}
parameters[:address] = @smtp_server unless @smtp_server.nil?
parameters[:port] = @port_number unless @port_number.nil?
\ No newline at end of file