forked from qt-creator/qt-creator
		
	Fix some typos
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
		@@ -231,7 +231,7 @@ void CodeFormatter::recalculateStateAfter(const QTextBlock &block)
 | 
			
		||||
            switch (kind) {
 | 
			
		||||
            case T_RBRACKET:    turnInto(lambda_declarator_expected); break; // we can't determine exact kind of expression. Try again
 | 
			
		||||
            case T_COMMA:
 | 
			
		||||
            case T_EQUAL:       turnInto(lambda_instroducer); break;              // ',' or '=' inside brackets can be only whithin lambda capture list
 | 
			
		||||
            case T_EQUAL:       turnInto(lambda_instroducer); break;              // ',' or '=' inside brackets can be only within lambda capture list
 | 
			
		||||
            case T_IDENTIFIER:          // '&', id, 'this' are allowed both in the capture list and subscribtion
 | 
			
		||||
            case T_AMPER:
 | 
			
		||||
            case T_THIS:        break;
 | 
			
		||||
 
 | 
			
		||||
@@ -402,7 +402,7 @@ QByteArray CppModelManager::internalDefinedMacros() const
 | 
			
		||||
    return macros;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/// This function will aquire the mutex!
 | 
			
		||||
/// This function will acquire the mutex!
 | 
			
		||||
void CppModelManager::dumpModelManagerConfiguration()
 | 
			
		||||
{
 | 
			
		||||
    // Tons of debug output...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user