Change 23670 by [EMAIL PROTECTED] on 2004/12/22 23:15:07

        Fix typo

Affected files ...

... //depot/perl/ext/Storable/Storable.xs#92 edit

Differences ...

==== //depot/perl/ext/Storable/Storable.xs#92 (text) ====
Index: perl/ext/Storable/Storable.xs
--- perl/ext/Storable/Storable.xs#91~23233~     Sun Aug 22 15:18:56 2004
+++ perl/ext/Storable/Storable.xs       Wed Dec 22 15:15:07 2004
@@ -762,7 +762,7 @@
 #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
End of Patch.

Reply via email to