From 5d0cebfa23303a7904420bb187ed49ec708b51c0 Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Fri, 16 Jun 2006 21:48:19 +0000 Subject: [PATCH] # BUILD : 1.7.14 (1054) # BUGS : 524 # NOTES : fixed typo in a function name. git-svn-id: svn://svn.anope.org/anope/trunk@1057 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@781 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 1 + src/modules.c | 2 +- version.log | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 4096acd90..edc966cb5 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,7 @@ Provided by Anope Dev. - 2006 06/15 F OpenBSD Config issue. [#519] 06/15 F langcomp with _GNU_SOURCES defined. [ #00] 06/16 F Fixed several memleaks in ns_noop.c. [ #00] +06/16 F Fixed typo in function name. [#524] Provided by ThaPrince - 2006 05/19 A Plexus 3 support. [ #00] diff --git a/src/modules.c b/src/modules.c index 1ba71f719..8296301fe 100644 --- a/src/modules.c +++ b/src/modules.c @@ -59,7 +59,7 @@ ModuleQueue *mod_operation_queue = NULL; int displayCommand(Command * c); int displayCommandFromHash(CommandHash * cmdTable[], char *name); -int displayMessageFromHashl(char *name); +int displayMessageFromHash(char *name); int displayMessage(Message * m); char *ModuleGetErrStr(int status); diff --git a/version.log b/version.log index 187a6398c..f545b0014 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1053" +VERSION_BUILD="1054" # $Log$ # +# BUILD : 1.7.14 (1054) +# BUGS : 524 +# NOTES : fixed typo in a function name. +# # BUILD : 1.7.14 (1053) # BUGS : # NOTES : just a booboo.