From: Nicholas Clark Date: Wed, 22 Dec 2004 23:15:07 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c597ea9d1c1012b41c344b95f9168d25caff8204;p=p5sagit%2Fp5-mst-13.2.git Fix typo p4raw-id: //depot/perl@23670 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 81bfb90..21cb333 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -762,7 +762,7 @@ static const char magicstr[] = "pst0"; /* Used as a magic number */ #if BYTEORDER == 0x4321 #define BYTEORDER_BYTES '4','3','2','1' #else -#error Unknown byteoder. Please append your byteorder to Storable.xs +#error Unknown byteorder. Please append your byteorder to Storable.xs #endif #endif #endif