From ca280574baae12159973785b11b48de4b50ee39f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 7 Aug 2017 17:22:01 +0200 Subject: Fixed some typos, courtesy of codespell --- src/libcharon/plugins/vici/ruby/lib/vici.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcharon/plugins/vici/ruby/lib') diff --git a/src/libcharon/plugins/vici/ruby/lib/vici.rb b/src/libcharon/plugins/vici/ruby/lib/vici.rb index bcf1a17be..f846a14af 100644 --- a/src/libcharon/plugins/vici/ruby/lib/vici.rb +++ b/src/libcharon/plugins/vici/ruby/lib/vici.rb @@ -550,7 +550,7 @@ module Vici # Listen for a set of event messages. This call is blocking, and invokes # the passed closure for each event received. The closure receives the # event name and the event message as argument. To stop listening, the - # closure may raise a StopEventListening exception, the only catched + # closure may raise a StopEventListening exception, the only caught # exception. def listen_events(events, &block) self.class.instance_eval do -- cgit v1.2.3