Spelling cannonical -> canonical
This commit is contained in:
parent
e2adea2188
commit
38cd5fd9f6
@ -646,7 +646,7 @@ typedef struct redisObject {
|
|||||||
void *ptr;
|
void *ptr;
|
||||||
} robj;
|
} robj;
|
||||||
|
|
||||||
/* The 'cannonical' name for a type as enumerated above is given by the
|
/* The 'canonical' name for a type as enumerated above is given by the
|
||||||
* below function. Native types are checked against the OBJ_STRING,
|
* below function. Native types are checked against the OBJ_STRING,
|
||||||
* OBJ_LIST, OBJ_* defines, and Module types have their registered name
|
* OBJ_LIST, OBJ_* defines, and Module types have their registered name
|
||||||
* returned.*/
|
* returned.*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user