spelling fix
This commit is contained in:
parent
0c4173a332
commit
19f1d421d4
2 changed files with 6 additions and 2 deletions
|
@ -4,8 +4,12 @@ Anything we add/remove/fix/change is in here (even our rants)
|
||||||
Fish (F), Mark (M), DeadNotBuried (D)
|
Fish (F), Mark (M), DeadNotBuried (D)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
* NeoStats * Version 3.0.1 (F)
|
* 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)
|
- 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
|
* NeoStats * Version 3.0.0
|
||||||
- Finish the Update Module (F)
|
- Finish the Update Module (F)
|
||||||
|
|
|
@ -342,7 +342,7 @@ int ConfLoad( void )
|
||||||
}
|
}
|
||||||
cfg_free( cfg );
|
cfg_free( cfg );
|
||||||
#ifndef WIN32
|
#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" );
|
printf( "If NeoStats does not connect, please check logs/neostats-<date>.log for further information\n" );
|
||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
return NS_SUCCESS;
|
return NS_SUCCESS;
|
||||||
|
|
Reference in a new issue