]> jfr.im git - solanum.git/commitdiff
m_time and m_user: Fix small typo
authorAndrew Wilcox <redacted>
Mon, 7 Mar 2016 08:53:16 +0000 (02:53 -0600)
committerAndrew Wilcox <redacted>
Mon, 7 Mar 2016 08:53:16 +0000 (02:53 -0600)
modules/m_time.c
modules/m_user.c

index 9d7d3ec524fa03d1303d1d12f8372d6fc8f622b3..d3392cb8a02767558d110796fc333656414ce8f7 100644 (file)
@@ -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,
index a70720545e67042761680257cd2ace73bf67b55f..2a6b53fc7e91a6c87a98e6e8aabd71a16a652e73 100644 (file)
@@ -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,