From: vambo Date: Fri, 26 Aug 2011 18:40:18 +0000 (+0300) Subject: Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan; X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/c74b7c77306028acc7dc71d2ae14f880aea7e091?hp=--cc Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan; --- c74b7c77306028acc7dc71d2ae14f880aea7e091 diff --git a/src/redis.c b/src/redis.c index 6b92018d..e8f6b996 100644 --- a/src/redis.c +++ b/src/redis.c @@ -57,7 +57,7 @@ struct sharedObjectsStruct shared; -/* Global vars that are actally used as constants. The following double +/* Global vars that are actually used as constants. The following double * values are used for double on-disk serialization, and are initialized * at runtime to avoid strange compiler optimizations. */