From ae5695cdcb54238999aec8dd838934b8656d0d22 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Mon, 7 Mar 2016 02:53:16 -0600 Subject: [PATCH] m_time and m_user: Fix small typo --- modules/m_time.c | 2 +- modules/m_user.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/m_time.c b/modules/m_time.c index 9d7d3ec5..d3392cb8 100644 --- a/modules/m_time.c +++ b/modules/m_time.c @@ -37,7 +37,7 @@ static int m_time(struct MsgBuf *, struct Client *, struct Client *, int, const char **); static char *date(void); static const char time_desc[] = - "Provides the TIME command to show the current server time": + "Provides the TIME command to show the current server time"; struct Message time_msgtab = { "TIME", 0, 0, 0, 0, diff --git a/modules/m_user.c b/modules/m_user.c index a7072054..2a6b53fc 100644 --- a/modules/m_user.c +++ b/modules/m_user.c @@ -38,7 +38,7 @@ static int mr_user(struct MsgBuf *, struct Client *, struct Client *, int, const char **); static const char user_desc[] = - "Provides the USER command to register a new connection": + "Provides the USER command to register a new connection"; struct Message user_msgtab = { "USER", 0, 0, 0, 0,