Fix misspellings by use of codespell

This commit is contained in:
Lucas De Marchi 2011-11-30 16:01:08 -02:00
parent a7be73b917
commit 2043369e7e

View File

@ -138,7 +138,7 @@ struct index_node {
} values[value_count];
(node_offset & INDEX_NODE_FLAGS) indicates which fields are present.
Empty prefixes are ommitted, leaf nodes omit the three child-related fields.
Empty prefixes are omitted, leaf nodes omit the three child-related fields.
This could be optimised further by adding a sparse child format
(indicated using a new flag).