]> granicus.if.org Git - php/commitdiff
fix typo
authorAnatol Belski <ab@php.net>
Tue, 26 Aug 2014 08:04:51 +0000 (10:04 +0200)
committerAnatol Belski <ab@php.net>
Tue, 26 Aug 2014 08:06:43 +0000 (10:06 +0200)
ext/date/lib/timelib_structs.h

index 15698c6f80de396950fbb0812ce04519e6f613cc..e5780f6cca99a0a2a3d0be931286fa1bac335045 100644 (file)
@@ -47,7 +47,7 @@ typedef uint64_t timelib_ulong;
 # define TIMELIB_ULONG_FMT "%" PRIu64
 #else
 typedef int32_t timelib_long;
-typedef uint32_t limelib_ulong;
+typedef uint32_t timelib_ulong;
 # define TIMELIB_LONG_MAX INT32_MAX
 # define TIMELIB_LONG_MIN INT32_MIN
 # define TIMELIB_ULONG_MAX UINT32_MAX