spelling fix

This commit is contained in:
Fish 2008-03-18 14:22:22 +00:00
parent 0c4173a332
commit 19f1d421d4
2 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -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-<date>.log for further information\n" );
#endif /* WIN32 */
return NS_SUCCESS;