From ef5684564e3074daf614846f30bfdd7f15f5254f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 9 May 2017 12:16:14 +0300 Subject: ENH: Spelling fixes --- numpy/linalg/umath_linalg.c.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/linalg/umath_linalg.c.src') diff --git a/numpy/linalg/umath_linalg.c.src b/numpy/linalg/umath_linalg.c.src index 5fcc6d8ed..7a3a2ec3f 100644 --- a/numpy/linalg/umath_linalg.c.src +++ b/numpy/linalg/umath_linalg.c.src @@ -490,7 +490,7 @@ static void init_constants(void) dst_row_strides: number of elements between different row. Matrix is considered row-major - dst_column_strides: number of elements between differnt columns in the + dst_column_strides: number of elements between different columns in the destination buffer rows: number of rows of the matrix columns: number of columns of the matrix -- cgit v1.2.1