correct spelling mistake (#554)

This commit is contained in:
Edward Betts 2017-09-07 01:33:49 +01:00 committed by Neil MacIntosh
parent 842344e94b
commit 77e081e88b

View File

@ -294,7 +294,7 @@ TEST_CASE("strided_span_slice")
TEST_CASE("strided_span_column_major")
{
// strided_span may be used to accomodate more peculiar
// strided_span may be used to accommodate more peculiar
// use cases, such as column-major multidimensional array
// (aka. "FORTRAN" layout).