summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-14 00:06:02 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-09-14 16:00:42 +0900
commit53f1e826c657386edaf48e128099a78cccf6bc2a (patch)
treedd01537efd15820a8840227f50d4e3d0dc48105b /gatchat/gatppp.c
parent74125ff5d4e5e96e05e88a0982b2802c1c1d6a4e (diff)
downloadofono-53f1e826c657386edaf48e128099a78cccf6bc2a.tar.bz2
Fix common misspellings in gatchat
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: priviledge->privilege succeded->succeeded
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r--gatchat/gatppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index 63508b57..5e875b8a 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -51,7 +51,7 @@ enum ppp_phase {
PPP_PHASE_ESTABLISHMENT, /* LCP started */
PPP_PHASE_AUTHENTICATION, /* Auth started */
PPP_PHASE_NETWORK, /* IPCP started */
- PPP_PHASE_LINK_UP, /* IPCP negotiation succeded, link up */
+ PPP_PHASE_LINK_UP, /* IPCP negotiation succeeded, link up */
PPP_PHASE_TERMINATION, /* LCP Terminate phase */
};