[Orxonox-commit 3582] r8267 - in code/trunk/src/libraries: core util
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue Apr 19 15:48:49 CEST 2011
Author: rgrieder
Date: 2011-04-19 15:48:48 +0200 (Tue, 19 Apr 2011)
New Revision: 8267
Modified:
code/trunk/src/libraries/core/Identifier.cc
code/trunk/src/libraries/util/ImplicitConversion.h
Log:
Fixed typos.
Modified: code/trunk/src/libraries/core/Identifier.cc
===================================================================
--- code/trunk/src/libraries/core/Identifier.cc 2011-04-19 13:44:58 UTC (rev 8266)
+++ code/trunk/src/libraries/core/Identifier.cc 2011-04-19 13:48:48 UTC (rev 8267)
@@ -97,7 +97,7 @@
/**
@brief Returns an identifier by name and adds it if not available
@param name The name of the identifier as typeid().name() suggests
- @param proposal A pointer to a newly created identifier for the case of non existance in the map
+ @param proposal A pointer to a newly created identifier for the case of non existence in the map
@return The identifier (unique instance)
*/
Identifier* Identifier::getIdentifierSingleton(const std::string& name, Identifier* proposal)
Modified: code/trunk/src/libraries/util/ImplicitConversion.h
===================================================================
--- code/trunk/src/libraries/util/ImplicitConversion.h 2011-04-19 13:44:58 UTC (rev 8266)
+++ code/trunk/src/libraries/util/ImplicitConversion.h 2011-04-19 13:48:48 UTC (rev 8267)
@@ -60,7 +60,7 @@
Usage: ImplicitConversion<FromType, ToType>::exists
This gives you a compile time constant boolean in the form of an enum value.
@note
- The idea to use the sizeof() operator on return values to determine function existance
+ The idea to use the sizeof() operator on return values to determine function existence
is described in 'Modern C++ design' by Alexandrescu (2001).
*/
template <class FromType, class ToType>
More information about the Orxonox-commit
mailing list