diff --git a/ChangeLog b/ChangeLog index bea8d040..4592fce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,12 @@ Anything we add/remove/fix/change is in here (even our rants) Fish (F), Mark (M), DeadNotBuried (D) =============================================================================== * NeoStats * Version 3.0.1 (F) - - Bump Version (F) + - Fix wrong prefixs for Inspircd Module as reported by Brain (F) + - Some FreeBSD's define sig_atomic and we were not checking for it in + configure. Fixed (F) - A much more robust checking if Perl is available in configure (F) + - Bump Version (F) + - Fix spelling mistake (one of many I'm sure) found by Paul Balfe (F) * NeoStats * Version 3.0.0 - Finish the Update Module (F) diff --git a/src/conf.c b/src/conf.c index 5e57772e..c8997833 100644 --- a/src/conf.c +++ b/src/conf.c @@ -342,7 +342,7 @@ int ConfLoad( void ) } cfg_free( cfg ); #ifndef WIN32 - printf( "Sucessfully loaded config file, booting NeoStats\n" ); + printf( "Successfully loaded config file, booting NeoStats\n" ); printf( "If NeoStats does not connect, please check logs/neostats-.log for further information\n" ); #endif /* WIN32 */ return NS_SUCCESS;