File: spelling.patch

package info (click to toggle)
libclass-insideout-perl 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 480 kB
  • ctags: 110
  • sloc: perl: 946; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix a couple of spelling mistakes.
Bug: https://rt.cpan.org/Ticket/Display.html?id=78162
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78162
Author: Peter Pentchev <roam@ringlet.net>
Reviewed-by: Xavier Guimard <x.guimard@free.fr
Last-Update: 2013-03-07

--- a/lib/Class/InsideOut.pm
+++ b/lib/Class/InsideOut.pm
@@ -735,7 +735,7 @@
 
   public name => our %name;
 
-However, this makes private object data accessable outside the class and incurs
+However, this makes private object data accessible outside the class and incurs
 a slight performance penalty when accessing the property hash directly; it is
 not recommended to do this unless you really need it for some specialized
 reason.