Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -477,7 +477,7 @@ static entry_t* get_or_create_entry(private_eap_radius_accounting_t *this,
|
||||
.interim = {
|
||||
.last = now,
|
||||
},
|
||||
/* default terminate cause, if none other catched */
|
||||
/* default terminate cause, if none other caught */
|
||||
.cause = ACCT_CAUSE_USER_REQUEST,
|
||||
);
|
||||
snprintf(entry->sid, sizeof(entry->sid), "%u-%u", this->prefix, unique);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user