summaryrefslogtreecommitdiff
path: root/gatchat/test-server.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/test-server.c
parent74125ff5d4e5e96e05e88a0982b2802c1c1d6a4e (diff)
downloadofono-53f1e826c657386edaf48e128099a78cccf6bc2a.tar.gz
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/test-server.c')
-rw-r--r--gatchat/test-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/test-server.c b/gatchat/test-server.c
index 49012dc3..c405f41c 100644
--- a/gatchat/test-server.c
+++ b/gatchat/test-server.c
@@ -159,7 +159,7 @@ static gboolean setup_ppp(gpointer user)
GAtIO *io;
if (getuid() != 0) {
- g_print("Need root priviledge for PPP connection\n");
+ g_print("Need root privilege for PPP connection\n");
return FALSE;
}