]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Fix typo.
authorGunnar Beutner <redacted>
Fri, 19 Jul 2013 04:10:13 +0000 (06:10 +0200)
committerGunnar Beutner <redacted>
Fri, 19 Jul 2013 04:10:13 +0000 (06:10 +0200)
--HG--
branch : shroudtrusts

glines/glines_buf.c

index 3c16eae936860c56517478a6a5ddf5702600a731..7e0cdcc7c660cd6f3d4ab8de0acda4a8898b3675 100644 (file)
@@ -230,7 +230,7 @@ void glinebufspew(glinebuf *gbuf, nick *spewto) {
 
   if (gbuf->amend) {
     strftime(timebuf, sizeof(timebuf), "%d/%m/%y %H:%M:%S", localtime(&gbuf->amend));
-    controlreply(spewto, "Ammended at: %s", timebuf);
+    controlreply(spewto, "Amended at: %s", timebuf);
   }
 
   controlreply(spewto, "Mask                                     Duration             Last modified        Creator              Reason");
@@ -527,4 +527,4 @@ int glinebufwritelog(glinebuf *gbuf, int propagating) {
   glinebuflog[glinebuflogoffset]= gbl;
 
   return gbl->id;
-}
\ No newline at end of file
+}