From a88b39f35c5de082c2d38d4a146dc3959bf13882 Mon Sep 17 00:00:00 2001 From: Ed J Date: Wed, 10 Jan 2024 17:30:12 +0000 Subject: [PATCH] fix spelling --- t/primitive/Ufunc.t | 4 ++-- t/primitive/matmult.t | 2 +- t/primitive/stats.t | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/t/primitive/Ufunc.t b/t/primitive/Ufunc.t index ccb632a89..d95c1b186 100644 --- a/t/primitive/Ufunc.t +++ b/t/primitive/Ufunc.t @@ -9,7 +9,7 @@ use My::Test::Primitive; diag "These tests should be in Ufunc, not Primitive"; -# provide indepdent copies of test data. +# provide independent copies of test data. sub X { PDL->pdl( [ [ 5, 4, 3 ], [ 2, 3, 1.5 ] ] ) } ok( tapprox( X->average(), PDL->pdl( [ 4, 2.16666 ] ) ), "average" ); @@ -17,7 +17,7 @@ ok( tapprox( X->sumover(), PDL->pdl( [ 12, 6.5 ] ) ), "sumover" ); ok( tapprox( X->prodover(), PDL->pdl( [ 60, 9 ] ) ), "prodover" ); -# provide indepdent copies of test data. +# provide independent copies of test data. sub IM { PDL->new( [ diff --git a/t/primitive/matmult.t b/t/primitive/matmult.t index a0f1ee348..d04b5b69b 100644 --- a/t/primitive/matmult.t +++ b/t/primitive/matmult.t @@ -6,7 +6,7 @@ use PDL::LiteF; use Test::Lib; use My::Test::Primitive; -# provide indepdent copies of test data. +# provide independent copies of test data. sub IM { PDL->new( [ diff --git a/t/primitive/stats.t b/t/primitive/stats.t index 09f8c57ee..817327fb9 100644 --- a/t/primitive/stats.t +++ b/t/primitive/stats.t @@ -6,7 +6,7 @@ use PDL::LiteF; use Test::Lib; use My::Test::Primitive; -# provide indepdent copies of test data. +# provide independent copies of test data. sub IM { PDL->new( [