Enable DH "keys" which only contain domain parameters
[openssl.git] / crypto / README.sparse_array
index 947c34dbbecd31c09273c4627010153b202f3cae..d86a48d9e15a3f88e46e75e4f92e440a24231b5a 100644 (file)
@@ -43,7 +43,7 @@ The tree height is dynamically increased as needed based on additions.
 An empty tree is represented by a NULL root pointer.  Inserting a value at
 index 0 results in the allocation of a top level node full of null pointers
 except for the single pointer to the user's data (N = SA_BLOCK_MAX for
-breviety):
+brevity):
 
         +----+
         |Root|