From 856efe748421e0221c0ba95eb87ac2ef6552b823 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 13 Jun 2010 17:22:27 +0200 Subject: [PATCH] Changed: #878 Fix typos in comments/code --- code/nel/include/nel/3d/driver.h | 4 ++-- code/nel/include/nel/3d/u_driver.h | 4 ++-- code/ryzom/client/src/connection.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/nel/include/nel/3d/driver.h b/code/nel/include/nel/3d/driver.h index 2396d9d62..89508e701 100644 --- a/code/nel/include/nel/3d/driver.h +++ b/code/nel/include/nel/3d/driver.h @@ -690,13 +690,13 @@ public: virtual uint32 getImplementationVersion () const = 0; /** - * Get driver informations. + * Get driver information. * get the nel name of the driver (ex: "Opengl 1.2 NeL Driver") */ virtual const char* getDriverInformation () = 0; /** - * Get videocard informations. + * Get videocard information. * get the official name of the driver */ virtual const char* getVideocardInformation () = 0; diff --git a/code/nel/include/nel/3d/u_driver.h b/code/nel/include/nel/3d/u_driver.h index 7641fdb2d..06c95fbe1 100644 --- a/code/nel/include/nel/3d/u_driver.h +++ b/code/nel/include/nel/3d/u_driver.h @@ -477,13 +477,13 @@ public: virtual uint32 getImplementationVersion () const = 0; /** - * Get driver informations. + * Get driver information. * get the nel name of the driver (ex: "Opengl 1.2 NeL Driver") */ virtual const char* getDriverInformation () = 0; /** - * Get videocard informations. + * Get videocard information. * get the official name of the driver */ virtual const char* getVideocardInformation () = 0; diff --git a/code/ryzom/client/src/connection.cpp b/code/ryzom/client/src/connection.cpp index 141b2cff2..a2d784e37 100644 --- a/code/ryzom/client/src/connection.cpp +++ b/code/ryzom/client/src/connection.cpp @@ -2688,7 +2688,7 @@ class CAHScenarioControl : public IActionHandler } setScenarioInformation(scenarioWnd, ""); - // hide description and informations? + // hide description and information? result = scenarioWnd->findFromShortId(string("scenario_info_prop")); if(result) 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")); if(result) result->setActive(true);