diff options
Diffstat (limited to 'src/starter/starterstroke.c')
-rw-r--r-- | src/starter/starterstroke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c index 4aacbce77..b3b08817c 100644 --- a/src/starter/starterstroke.c +++ b/src/starter/starterstroke.c @@ -184,7 +184,7 @@ static void starter_stroke_add_end(stroke_msg_t *msg, stroke_end_t *msg_end, sta msg_end->sourceip_size = atoi(pos + 1); } else - { /* a sigle address */ + { /* a single address */ msg_end->sourceip = push_string(msg, conn_end->srcip); if (strchr(conn_end->srcip, ':')) { /* IPv6 */ |