File: fix-pod-spelling.patch

package info (click to toggle)
libopengl-perl 0.66%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,932 kB
  • sloc: perl: 9,796; ansic: 6,279; makefile: 101; sh: 48
file content (14 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix a simple typo in pod
Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>

--- a/Array.pod
+++ b/Array.pod
@@ -205,7 +205,7 @@
 same width as the length of @values.  If the number of passed values
 must be evenly divisible by the number of elements in the array.
 The number of values becomes the number of "columns."  The number of
-"rows" is the total number of elements of the array devided by the
+"rows" is the total number of elements of the array divided by the
 columns.
 
     $array->calc(1.0, '3,*', '2,*,rand,+', '');