Commit a6a1daef authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Fixed spelling error in one of the TODOs.

parent 58d753b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ void test_SetCompressedRowLengths()
    EXPECT_EQ( m.getRowLength( 8), 7 );
    EXPECT_EQ( m.getRowLength( 9), 8 );
    
    // TOOD: Implement rowPointers test.
    // TODO: Implement rowPointers test.
}

template< typename Matrix1, typename Matrix2 >