From 561f88e306d6deb7c28853581d72c8af08a42d5c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 2 Jul 2007 20:10:26 +0000 Subject: fixed typo --- src/charon/kernel/kernel_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/charon/kernel/kernel_interface.c') diff --git a/src/charon/kernel/kernel_interface.c b/src/charon/kernel/kernel_interface.c index c290df2ea..0e06368fd 100644 --- a/src/charon/kernel/kernel_interface.c +++ b/src/charon/kernel/kernel_interface.c @@ -1782,7 +1782,7 @@ static status_t add_sa(private_kernel_interface_t *this, if (netlink_send_ack(this, this->socket_xfrm, hdr) != SUCCESS) { - DBG1(DBG_KNL, "unalbe to add SAD entry with SPI 0x%x", spi); + DBG1(DBG_KNL, "unable to add SAD entry with SPI 0x%x", spi); return FAILED; } return SUCCESS; @@ -1891,7 +1891,7 @@ static status_t update_sa(private_kernel_interface_t *this, } if (netlink_send_ack(this, this->socket_xfrm, hdr) != SUCCESS) { - DBG1(DBG_KNL, "unalbe to update SAD entry with SPI 0x%x", spi); + DBG1(DBG_KNL, "unable to update SAD entry with SPI 0x%x", spi); free(out); return FAILED; } @@ -1995,7 +1995,7 @@ static status_t del_sa(private_kernel_interface_t *this, host_t *dst, if (netlink_send_ack(this, this->socket_xfrm, hdr) != SUCCESS) { - DBG1(DBG_KNL, "unalbe to delete SAD entry with SPI 0x%x", spi); + DBG1(DBG_KNL, "unable to delete SAD entry with SPI 0x%x", spi); return FAILED; } DBG2(DBG_KNL, "deleted SAD entry with SPI 0x%x", spi); -- cgit v1.2.3