]> git.pld-linux.org Git - packages/aiccu.git/blob - 05_spelling-error.patch
- cleanup
[packages/aiccu.git] / 05_spelling-error.patch
1 Fix some spelling errors to satisfy lintian
2
3 --- aiccu.orig/common/aiccu_test.c
4 +++ aiccu/common/aiccu_test.c
5 @@ -133,7 +133,7 @@
6         printf("### This confirms the reachability of the other side of the tunnel\n");
7         printf("### If it doesn't reply then check your interface and routing tables\n");
8         printf("### Don't forget to check your firewall of course\n");
9 -       printf("### If the previous test was succesful then this could be both\n");
10 +       printf("### If the previous test was successful then this could be both\n");
11         printf("### a firewalling and a routing/interface problem\n");
12         printf("\n");
13         system_arg(PING6, PINGCOUNT, hTunnel->sIPv6_POP);
14 --- aiccu.orig/common/common.c
15 +++ aiccu/common/common.c
16 @@ -484,7 +484,7 @@
17                 return false;
18         }
19  
20 -       dolog(LOG_DEBUG, "TLS Handshake completed succesfully\n");
21 +       dolog(LOG_DEBUG, "TLS Handshake completed successfully\n");
22  
23         sock->tls_active = true;
24         return true;
25 --- aiccu.orig/common/tic.c
26 +++ aiccu/common/tic.c
27 @@ -517,8 +517,8 @@
28                 struct in6_addr ipv6_ll, ipv6_local;
29                 char ll[100];
30  
31 -               /* Log that the fetch was succesful */
32 -               dolog(LOG_INFO, "Succesfully retrieved tunnel information for %s\n", sId);
33 +               /* Log that the fetch was successful */
34 +               dolog(LOG_INFO, "Successfully retrieved tunnel information for %s\n", sId);
35  
36                 /*
37                  * Some TUN/TAP devices don't have any
38 @@ -652,7 +652,7 @@
39         /* All went okay? */
40         if (buf[0] == '2' && buf[1] == '0' && buf[2] == '2')
41         {
42 -               dolog(LOG_INFO, "Succesfully retrieved POP information for %s\n", sId);
43 +               dolog(LOG_INFO, "Successfully retrieved POP information for %s\n", sId);
44                 return pop;
45         }
46  
This page took 0.062269 seconds and 3 git commands to generate.