diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-09 14:45:56 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-09 14:45:56 (GMT) |
commit | f52938f7456d51577fbd1ba8e93a327cc818f095 (patch) | |
tree | ad7ce3287ff7d2ac7410bd8644efa2a9e0560709 /switchctl.c | |
parent | 0f18348db735efb6abbedf30b0ed8c48880b03c0 (diff) |
fixed spelling errors
Diffstat (limited to 'switchctl.c')
-rw-r--r-- | switchctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/switchctl.c b/switchctl.c index 5d98b0b..a2d79b2 100644 --- a/switchctl.c +++ b/switchctl.c @@ -80,12 +80,12 @@ int process_cmd_request(const char* cmd, cmd_id_t cmd_id, const char* param, int { client_t* c = client_find(client_lst, fd); if(!c) { - log_printf(WARNING, "ignoring request form unknown client"); + log_printf(WARNING, "ignoring request from unknown client"); return 0; } if(c->type == HEARTBEAT) { - log_printf(WARNING, "ignoring requests form heartbeat agent"); + log_printf(WARNING, "ignoring requests from heartbeat agent"); return 0; } |