File: 0001_fix-typo.patch

package info (click to toggle)
libcache-fastmmap-perl 1.44-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 336 kB
  • ctags: 280
  • sloc: ansic: 1,376; perl: 581; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix typo
Author: Lucas Kanashiro <kanashiro@debian.org>
Last-Updated: 2016-06-29
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115738
Bug: https://rt.cpan.org/Ticket/Display.html?id=115738

--- a/FastMmap.xs
+++ b/FastMmap.xs
@@ -17,7 +17,7 @@
     } \
     obj = SvRV(obj); \
     if (!SvIOKp(obj)) { \
-      croak("Object not initiliased correctly"); \
+      croak("Object not initialised correctly"); \
       XSRETURN_UNDEF; \
     } \
     cache = INT2PTR(mmap_cache *, SvIV(obj) ); \