Commit f9d677f6 authored by Lukas Cejka's avatar Lukas Cejka
Browse files

Fixed spelling error in one of the TODOs.

parent 26a2d444
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 >