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) ); \
