diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
commit | d124027c467bddf60cfa0081e6a9d30921bc616f (patch) | |
tree | a070f6ff7c734bfcb8278c9fab828dd366e0981f /math | |
parent | simple typo fix, remove odd extraneous spaces (^ $) (diff) |
typo clean up police: \s -> \t
Notes
Notes:
svn path=/head/; revision=38343
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index aa37ed3429ff..7db580afcf97 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -56,7 +56,7 @@ MAN3= PDL.3 PDL::Char.3 PDL::Complex.3 PDL::Fit::Gaussian.3 PDL::Func.3 \ PDL::Graphics::LUT.3 PDL::LM.3 PDL::Polynomial.3 \ PDL::PP::Dump.3 PDL::PP::Signature.3 PDL::Types.3 PDL::Dbg.3 \ PDL::Exporter.3 PDL::Core.3 PDL::Basic.3 PDL::Lite.3 PDL::LiteF.3 \ - PDL::Ops.3 PDL::Options.3 PDL::Primitive.3 \ + PDL::Ops.3 PDL::Options.3 PDL::Primitive.3 \ PDL::Slices.3 PDL::Tests.3 PDL::Math.3 PDL::AutoLoader.3 \ PDL::Pod::Usage.3 PDL::Pod::Parser.3 \ PDL::Pod::Select.3 PDL::Doc.3 PDL::Doc::Perldl.3 \ |