From ddeba48a677bfcede8018a74188569bb9a6ac280 Mon Sep 17 00:00:00 2001 From: Reinier Haasjes Date: Fri, 17 Aug 2012 11:29:39 +0200 Subject: [PATCH] spelling error Fix some spelling errors to satisfy lintian Signed-off-by: Stefan Schantl --- common/aiccu_test.c | 2 +- common/common.c | 2 +- common/tic.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/aiccu_test.c b/common/aiccu_test.c index 25bbdb2..2ac3c86 100755 --- a/common/aiccu_test.c +++ b/common/aiccu_test.c @@ -133,7 +133,7 @@ void aiccu_os_test(struct TIC_Tunnel *hTunnel, bool automatic) printf("### This confirms the reachability of the other side of the tunnel\n"); printf("### If it doesn't reply then check your interface and routing tables\n"); printf("### Don't forget to check your firewall of course\n"); - printf("### If the previous test was succesful then this could be both\n"); + printf("### If the previous test was successful then this could be both\n"); printf("### a firewalling and a routing/interface problem\n"); printf("\n"); system_arg(PING6, PINGCOUNT, hTunnel->sIPv6_POP); diff --git a/common/common.c b/common/common.c index d45e567..116897f 100755 --- a/common/common.c +++ b/common/common.c @@ -491,7 +491,7 @@ bool sock_gotls(TLSSOCKET sock) return false; } - dolog(LOG_DEBUG, "TLS Handshake completed succesfully\n"); + dolog(LOG_DEBUG, "TLS Handshake completed successfully\n"); sock->tls_active = true; return true; diff --git a/common/tic.c b/common/tic.c index e0d70fe..6009d99 100755 --- a/common/tic.c +++ b/common/tic.c @@ -517,8 +517,8 @@ struct TIC_Tunnel *tic_GetTunnel(struct TIC_conf *tic, const char *sId) struct in6_addr ipv6_ll, ipv6_local; char ll[100]; - /* Log that the fetch was succesful */ - dolog(LOG_INFO, "Succesfully retrieved tunnel information for %s\n", sId); + /* Log that the fetch was successful */ + dolog(LOG_INFO, "Successfully retrieved tunnel information for %s\n", sId); /* * Some TUN/TAP devices don't have any @@ -652,7 +652,7 @@ struct TIC_POP *tic_GetPOP(struct TIC_conf *tic, const char *sId) /* All went okay? */ if (buf[0] == '2' && buf[1] == '0' && buf[2] == '2') { - dolog(LOG_INFO, "Succesfully retrieved POP information for %s\n", sId); + dolog(LOG_INFO, "Successfully retrieved POP information for %s\n", sId); return pop; } -- 2.47.3