Skip to content

Commit

Permalink
drouting: fixed typo in reload cmd response
Browse files Browse the repository at this point in the history
- reported by GH#275
  • Loading branch information
miconda committed Aug 7, 2015
1 parent 64daeb3 commit 6b15a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/drouting/drouting.c
Expand Up @@ -466,7 +466,7 @@ static void rpc_reload(rpc_t *rpc, void *c)
return;
}

rpc->rpl_printf(c, "relaad OK");
rpc->rpl_printf(c, "reload ok");
return;
}

Expand Down

0 comments on commit 6b15a51

Please sign in to comment.