Typo: (N|n)ormaly->(N|n)ormally

Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
This commit is contained in:
Julien Nabet
2014-09-10 22:35:39 +02:00
parent 44ead04eb5
commit 037d03b9fa
41 changed files with 66 additions and 66 deletions

View File

@@ -103,12 +103,12 @@ void OComponentEnumeration::impl_resetObject()
// Attention:
// Write this for multiple calls - NOT AT THE SAME TIME - but for more than one call again)!
// It exist two ways to call this method. From destructor and from disposing().
// I can't say, which one is the first. Normaly the disposing-call - but other way ....
// I can't say, which one is the first. Normally the disposing-call - but other way ....
// Delete list of components.
m_seqComponents.realloc( 0 );
// Reset position in list.
// The list has no elements anymore. m_nPosition is normaly the current position in list for nextElement!
// The list has no elements anymore. m_nPosition is normally the current position in list for nextElement!
// But a position of 0 in a list of 0 items is an invalid state. This constellation can't work in future.
// End of enumeration is arrived!
// (see hasMoreElements() for more details...)