File: spelling.patch

package info (click to toggle)
libversion-perl 1%3A0.8200-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 500 kB
  • ctags: 840
  • sloc: perl: 1,680; ansic: 789; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Ansgar Burchardt <ansgar@43-1.org>
Date: Fri, 28 May 2010 01:04:53 +0900
Subject: Fix spelling error in documentation
--- version-0.82.orig/lib/version.pod
+++ version-0.82/lib/version.pod
@@ -59,7 +59,7 @@
 =item Dotted Decimal Versions
 
 The more modern form of version assignment, with 3 (or potentially more)
-integers seperated by decimal points (e.g. v1.2.3).  This is the form that
+integers separated by decimal points (e.g. v1.2.3).  This is the form that
 Perl itself has used since 5.6.0 was released.  The leading "v" is now
 strongly recommended for clarity, and will throw a warning in a future
 release if omitted.