Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2010-06-13 17:22:27 +02:00
parent 804170c6f0
commit 856efe7484
3 changed files with 6 additions and 6 deletions

View file

@ -690,13 +690,13 @@ public:
virtual uint32 getImplementationVersion () const = 0; virtual uint32 getImplementationVersion () const = 0;
/** /**
* Get driver informations. * Get driver information.
* get the nel name of the driver (ex: "Opengl 1.2 NeL Driver") * get the nel name of the driver (ex: "Opengl 1.2 NeL Driver")
*/ */
virtual const char* getDriverInformation () = 0; virtual const char* getDriverInformation () = 0;
/** /**
* Get videocard informations. * Get videocard information.
* get the official name of the driver * get the official name of the driver
*/ */
virtual const char* getVideocardInformation () = 0; virtual const char* getVideocardInformation () = 0;

View file

@ -477,13 +477,13 @@ public:
virtual uint32 getImplementationVersion () const = 0; virtual uint32 getImplementationVersion () const = 0;
/** /**
* Get driver informations. * Get driver information.
* get the nel name of the driver (ex: "Opengl 1.2 NeL Driver") * get the nel name of the driver (ex: "Opengl 1.2 NeL Driver")
*/ */
virtual const char* getDriverInformation () = 0; virtual const char* getDriverInformation () = 0;
/** /**
* Get videocard informations. * Get videocard information.
* get the official name of the driver * get the official name of the driver
*/ */
virtual const char* getVideocardInformation () = 0; virtual const char* getVideocardInformation () = 0;

View file

@ -2688,7 +2688,7 @@ class CAHScenarioControl : public IActionHandler
} }
setScenarioInformation(scenarioWnd, ""); setScenarioInformation(scenarioWnd, "");
// hide description and informations? // hide description and information?
result = scenarioWnd->findFromShortId(string("scenario_info_prop")); result = scenarioWnd->findFromShortId(string("scenario_info_prop"));
if(result) if(result)
result->setActive(R2::getEditor().isInitialized()); result->setActive(R2::getEditor().isInitialized());
@ -2863,7 +2863,7 @@ class CAHScenarioInformation : public IActionHandler
} }
} }
// active description and informations // active description and information
result = scenarioWnd->findFromShortId(string("scenario_info_prop")); result = scenarioWnd->findFromShortId(string("scenario_info_prop"));
if(result) if(result)
result->setActive(true); result->setActive(true);