1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Laszlo Kajan <lkajan@rostlab.org>
Date: Thu, 14 Jun 2012 15:16:45 +0200
Subject: spelling error
Fix for lintian-reported spelling error 'allows to'.
Bug: https://rt.cpan.org/Ticket/Display.html?id=77822
Forwarded: yes
---
lib/Math/Vector/Real.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Math/Vector/Real.pm b/lib/Math/Vector/Real.pm
index fabd0d0..3a5f743 100644
--- a/lib/Math/Vector/Real.pm
+++ b/lib/Math/Vector/Real.pm
@@ -448,7 +448,7 @@ Math::Vector::Real - Real vector arithmetic in Perl
A simple pure perl module to manipulate vectors of any dimension.
-The function C<V>, always exported by the module, allows to create new
+The function C<V>, always exported by the module, allows one to create new
vectors:
my $v = V(0, 1, 3, -1);
|