diff options
Diffstat (limited to 'gatchat/gsmdial.c')
-rw-r--r-- | gatchat/gsmdial.c | 2 |
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; } |