summaryrefslogtreecommitdiffstats
path: root/gatchat/gsmdial.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/gsmdial.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/gsmdial.c')
-rw-r--r--gatchat/gsmdial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c
index 9aa2f79b..57d0d9e9 100644
--- a/gatchat/gsmdial.c
+++ b/gatchat/gsmdial.c
@@ -250,7 +250,7 @@ static void ppp_connect(const char *iface, const char *local, const char *peer,
g_print("Secondary DNS Server: %s\n", dns2);
if (getuid() != 0) {
- g_print("Need root priviledge to config PPP interface\n");
+ g_print("Need root privilege to config PPP interface\n");
return;
}