summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/ppp_auth.c')
-rw-r--r--gatchat/ppp_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/ppp_auth.c b/gatchat/ppp_auth.c
index c23d9ad5..d6181129 100644
--- a/gatchat/ppp_auth.c
+++ b/gatchat/ppp_auth.c
@@ -153,7 +153,7 @@ static void chap_process_packet(gpointer priv, guint8 *new_packet)
chap_process_failure(data, new_packet);
break;
default:
- g_print("unknown auth code\n");
+ g_print("Unknown auth code\n");
break;
}
}