From 023553acf67cfa784e5e6ee25856223af6d8d334 Mon Sep 17 00:00:00 2001 From: moisan Date: Wed, 18 Nov 2009 09:14:01 +0800 Subject: [PATCH] Fix typos of lenght to length in Vector.pod --- pod/Vector.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pod/Vector.pod b/pod/Vector.pod index 5a38e61..e059d88 100644 --- a/pod/Vector.pod +++ b/pod/Vector.pod @@ -466,13 +466,13 @@ Here is a list of all the functions included in this module : =item C - return two values, the first is the position of the minimum value in the vector $v and the second is the position of the maximum value. -=item C - add the elements of $v2 to the elements of $v, the two vectors must have the same lenght and return 0 if the operation succeded, 1 otherwise. +=item C - add the elements of $v2 to the elements of $v, the two vectors must have the same length and return 0 if the operation succeded, 1 otherwise. -=item C - substract the elements of $v2 from the elements of $v, the two vectors must have the same lenght and return 0 if the operation succeded, 1 otherwise. +=item C - substract the elements of $v2 from the elements of $v, the two vectors must have the same length and return 0 if the operation succeded, 1 otherwise. -=item C - multiply the elements of $v by the elements of $v2, the two vectors must have the same lenght and return 0 if the operation succeded, 1 otherwise. +=item C - multiply the elements of $v by the elements of $v2, the two vectors must have the same length and return 0 if the operation succeded, 1 otherwise. -=item C - divides the elements of $v by the elements of $v2, the two vectors must have the same lenght and return 0 if the operation succeded, 1 otherwise. +=item C - divides the elements of $v by the elements of $v2, the two vectors must have the same length and return 0 if the operation succeded, 1 otherwise. =item C - multiplty the elements of the vector $v by a constant $x and return 0 if the operation succeded, 1 otherwise. -- 2.11.4.GIT