lib/libnotify.rb in libnotify-0.1.2 vs lib/libnotify.rb in libnotify-0.1.3
- old
+ new
@@ -25,10 +25,10 @@
# Libnotify.new(options) do |n|
# n.timeout = 1.5 # overrides :timeout in options
# n.show!
# end
#
- # @param [Hash] aptions options creating a notification
+ # @param [Hash] options options creating a notification
# @option options [String] :summary (' ') summary/title of the notification
# @option options [String] :body (' ') the body
# @option options [Fixnum, Float, nil, FalseClass, String] :timeout (nil) display duration of the notification.
# Use +false+ or +nil+ for no timeout.
# @option options [Symbol] :urgency (:normal) the urgency of the notification.