summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index de2f25b..50a484f 100644
--- a/data.c
+++ b/data.c
@@ -1367,7 +1367,7 @@ d_char *history_list(snac *snac)
void lastlog_write(snac *snac)
-/* writes the last time and date the user logged in */
+/* writes the last time the user logged in */
{
xs *fn = xs_fmt("%s/lastlog.txt", snac->basedir);
FILE *f;