diff --git a/lib/libipsec/pfkey.c b/lib/libipsec/pfkey.c index 08098775910f..fe035a96fb87 100644 --- a/lib/libipsec/pfkey.c +++ b/lib/libipsec/pfkey.c @@ -431,7 +431,7 @@ pfkey_send_getspi(so, satype, mode, src, dst, min, max, reqid, seq) return -1; } - /* proccessing spi range */ + /* processing spi range */ if (need_spirange) { struct sadb_spirange spirange;