summaryrefslogtreecommitdiff
path: root/daemon/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/auth.c')
-rw-r--r--daemon/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/auth.c b/daemon/auth.c
index 7b0e8a60..77788da2 100644
--- a/daemon/auth.c
+++ b/daemon/auth.c
@@ -1005,7 +1005,7 @@ gdm_auth_purge (GdmDisplay *d, FILE *af, gboolean remove_when_empty)
/* Write out remaining entries */
for (li = keep; li != NULL; li = li->next) {
/* FIXME: is this correct, if we can't open
- * this is quite crap isn't it ... */
+ * this is quite bad isn't it ... */
if G_LIKELY (af != NULL)
XauWriteAuth (af, li->data);
/* FIXME: what about errors? */