Commit 1969ea2d authored by Richard-zhang's avatar Richard-zhang

fix typo

parent 461bd90d
...@@ -54,7 +54,7 @@ pub fn test_column_family() { ...@@ -54,7 +54,7 @@ pub fn test_column_family() {
} }
} }
// should properly open db when specyfing all column families // should properly open db when specifying all column families
{ {
let mut opts = Options::new(); let mut opts = Options::new();
opts.add_merge_operator("test operator", test_provided_merge); opts.add_merge_operator("test operator", test_provided_merge);
......
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