[9124] Fixed typo in README.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
yad02 2010-01-08 01:24:00 +03:00 committed by VladimirMangos
parent 4b28513b57
commit 1e23c2c576
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -39,7 +39,7 @@ license details.
For further information on the MaNGOS project, please visit our project web For further information on the MaNGOS project, please visit our project web
site at <http://getmangos.com/> site at <http://getmangos.com/>
Documenation on various development related topics can be found in the doc/ Documentation on various development related topics can be found in the doc/
subdirectory, including Doxygen-generated API documentation. subdirectory, including Doxygen-generated API documentation.
The required SQL files for creating the database backend are included in the The required SQL files for creating the database backend are included in the

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9123" #define REVISION_NR "9124"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__