diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-12-22 23:15:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-12-22 23:15:07 +0000 |
commit | c597ea9d1c1012b41c344b95f9168d25caff8204 (patch) | |
tree | da4b728f8d4db7064b353023bc358b30c85288db /ext | |
parent | e40cf8abe5dfa22d1687494c9bdb112d01c16401 (diff) | |
download | perl-c597ea9d1c1012b41c344b95f9168d25caff8204.tar.gz |
Fix typo
p4raw-id: //depot/perl@23670
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Storable/Storable.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 81bfb90d6f..21cb333b24 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 |