Skip to content

Commit

Permalink
cfg_rpc: fix typo
Browse files Browse the repository at this point in the history
Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/cfg_rpc.so Delte Delete
  • Loading branch information
linuxmaniac committed Feb 7, 2018
1 parent 1512771 commit bbb7920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/cfg_rpc/cfg_rpc.c
Expand Up @@ -642,7 +642,7 @@ static void rpc_add_group_inst(rpc_t* rpc, void* c)
}

static const char* rpc_del_group_inst_doc[2] = {
"Delte an instance of a configuration group",
"Delete an instance of a configuration group",
0
};

Expand Down

0 comments on commit bbb7920

Please sign in to comment.