Commit 38cd5fd9 authored by Angus Pearson's avatar Angus Pearson
Browse files

Spelling cannonical -> canonical

parent e2adea21
...@@ -646,7 +646,7 @@ typedef struct redisObject { ...@@ -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.*/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment