File: spelling.patch

package info (click to toggle)
libclass-adapter-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 248 kB
  • ctags: 155
  • sloc: perl: 1,853; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Ansgar Burchardt <ansgar@43-1.org>
Date: Mon, 12 Apr 2010 11:31:22 +0900
Subject: Fix spelling error
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=56492

--- libclass-adapter-perl.orig/lib/Class/Adapter/Builder.pm
+++ libclass-adapter-perl/lib/Class/Adapter/Builder.pm
@@ -53,7 +53,7 @@
 
 =item NEW
 
-Normally, you need to create your C<Class::Adapter> objects seperately:
+Normally, you need to create your C<Class::Adapter> objects separately:
 
   # Create the object
   my $query = CGI->new( 'param1', 'param2' );