Commit ccaa61c9 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace/tools/radiusvlan: typo

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent cdd79c66
......@@ -477,7 +477,7 @@ int rvlan_prepare_poll(void)
}
/* Before looking at netlink, deal with what is already up */
int rvlan_initial_chack(void)
int rvlan_initial_check(void)
{
struct rvlan_dev *dev;
char path[256];
......@@ -716,7 +716,7 @@ int main(int argc, char **argv)
exit(1);
/* Check which ones are already up, and handle them */
if (rvlan_initial_chack() < 0)
if (rvlan_initial_check() < 0)
exit(1);
while (1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment