Fix spelling of enum and docs

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3610 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2011-03-18 22:52:01 +00:00
parent 6ab1996733
commit a452e85047
1 changed files with 3 additions and 3 deletions

View File

@ -84,11 +84,11 @@ namespace video
ETS_COUNT
};
//! enumeration for signalling ressources which were lost after the last render cycle
/** These values can be signalled by the driver, telling the app that some ressources
//! enumeration for signaling resources which were lost after the last render cycle
/** These values can be signaled by the driver, telling the app that some resources
were lost and need to be recreated. Irrlicht will sometimes recreate the actual objects,
but the content needs to be recreated by the application. */
enum E_LOST_RESSOURCE
enum E_LOST_RESOURCE
{
//! The whole device/driver is lost
ELR_DEVICE = 1,