From 768312abb592dc248a35bdb10e334e91dccb8259 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 30 Nov 2011 13:16:06 -0800 Subject: [PATCH] perlhacktips: typo --- pod/perlhacktips.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod index 004b53e..bb995f3 100644 --- a/pod/perlhacktips.pod +++ b/pod/perlhacktips.pod @@ -204,7 +204,7 @@ Assuming one can dereference any type of pointer for any type of data long pony = *p; /* BAD */ Many platforms, quite rightly so, will give you a core dump instead of -a pony if the p happens not be correctly aligned. +a pony if the p happens not to be correctly aligned. =item * -- 2.7.4