diff --git a/extensions/notifications/channels/pushover.rb b/extensions/notifications/channels/pushover.rb index 4424d147b..b509b8b3f 100644 --- a/extensions/notifications/channels/pushover.rb +++ b/extensions/notifications/channels/pushover.rb @@ -16,7 +16,7 @@ module Channels res = client.notify(@config.get('beef.extension.notifications.pushover.user_key'), message) print_error '[Notifications] Pushover notification failed' unless res.ok? rescue Exception => e - print_error "[Notifications] Pushover notification initalization failed: '#{e.message}'" + print_error "[Notifications] Pushover notification initialization failed: '#{e.message}'" end end end