diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-08-07 17:22:01 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-08-07 17:22:01 +0200 |
commit | ca280574baae12159973785b11b48de4b50ee39f (patch) | |
tree | d510362b9bb9fe91f74527c896585c86cae37d1a /src/libcharon/plugins/vici/ruby/lib | |
parent | c11d13c4b94a2f0533344a200de2bd8d106ecb97 (diff) | |
download | strongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.bz2 strongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.xz |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/plugins/vici/ruby/lib')
-rw-r--r-- | src/libcharon/plugins/vici/ruby/lib/vici.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |