Changeset 1997

Show
Ignore:
Timestamp:
10/05/11 12:04:39 (12 years ago)
Author:
adi
Message:

Fix spelling mistake "connnection"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/bebob/bebob_avplug.cpp

    r1763 r1997  
    541541                                                   m_inputConnections ) ) 
    542542        { 
    543             debugWarning( "Could not discover connnections for plug '%s'\n", 
     543            debugWarning( "Could not discover connections for plug '%s'\n", 
    544544                          getName() ); 
    545545        } 
     
    604604                                                       m_outputConnections ) ) 
    605605            { 
    606                 debugWarning( "Could not discover connnections for " 
     606                debugWarning( "Could not discover connections for " 
    607607                              "plug '%s'\n", getName() ); 
    608608            } 
  • trunk/libffado/src/libavc/general/avc_unit.cpp

    r1498 r1997  
    221221 
    222222    if ( !discoverSubUnitsPlugConnections() ) { 
    223         debugError( "Detecting subunit plug connnections failed\n" ); 
     223        debugError( "Detecting subunit plug connections failed\n" ); 
    224224        return false; 
    225225    } 
    226226 
    227227    if ( !m_pPlugManager->tidyPlugConnections(m_plugConnections) ) { 
    228         debugError( "Tidying of plug connnections failed\n" ); 
     228        debugError( "Tidying of plug connections failed\n" ); 
    229229        return false; 
    230230    }