Fix typo
FossilOrigin-Name: 37d8636cd73ad7f828cd71c33d3262767498bb2d4c74f8fc00bc7208bc4e3d75
This commit is contained in:
parent
3a781dbc1d
commit
8c3c0e6f9d
@ -24,7 +24,7 @@ static int register_actions(struct cw_actiondef *actions, int mode)
|
||||
struct mod_ac *cmod = modload_ac("capwap");
|
||||
if (!cmod) {
|
||||
cw_log(LOG_ERR,
|
||||
"Can't initzialize mod_cisco, failed to load base mod mod_capwap");
|
||||
"Can't initialize mod_cisco, failed to load base mod mod_capwap");
|
||||
return 1;
|
||||
}
|
||||
cmod->register_actions(actions, MOD_MODE_CAPWAP);
|
||||
@ -37,7 +37,7 @@ static int register_actions(struct cw_actiondef *actions, int mode)
|
||||
struct mod_ac *cmod = modload_ac("capwap80211");
|
||||
if (!cmod) {
|
||||
cw_log(LOG_ERR,
|
||||
"Can't initzialize mod_cisco, failed to load base mod mod_capwap80211");
|
||||
"Can't initialize mod_cisco, failed to load base mod mod_capwap80211");
|
||||
return 1;
|
||||
}
|
||||
cmod->register_actions(actions, MOD_MODE_BINDINGS);
|
||||
|
Loading…
Reference in New Issue
Block a user