Fix typos.
Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -81,7 +81,7 @@ mu_dbm_init () | ... | @@ -81,7 +81,7 @@ mu_dbm_init () |
81 | mu_dbm_register (&_mu_dbm_ndbm); | 81 | mu_dbm_register (&_mu_dbm_ndbm); |
82 | #endif | 82 | #endif |
83 | #ifdef WITH_TOKYOCABINET | 83 | #ifdef WITH_TOKYOCABINET |
84 | mu_dbm_register (&_mu_dbm_tokyokabinet); | 84 | mu_dbm_register (&_mu_dbm_tokyocabinet); |
85 | #endif | 85 | #endif |
86 | if (!mu_dbm_hint) | 86 | if (!mu_dbm_hint) |
87 | { | 87 | { | ... | ... |
... | @@ -40,7 +40,7 @@ extern struct mu_dbm_impl _mu_dbm_bdb; | ... | @@ -40,7 +40,7 @@ extern struct mu_dbm_impl _mu_dbm_bdb; |
40 | extern struct mu_dbm_impl _mu_dbm_ndbm; | 40 | extern struct mu_dbm_impl _mu_dbm_ndbm; |
41 | #endif | 41 | #endif |
42 | #ifdef WITH_TOKYOCABINET | 42 | #ifdef WITH_TOKYOCABINET |
43 | extern struct mu_dbm_impl _mu_dbm_tokyokabinet; | 43 | extern struct mu_dbm_impl _mu_dbm_tokyocabinet; |
44 | #endif | 44 | #endif |
45 | 45 | ||
46 | void _mu_dbm_init (void); | 46 | void _mu_dbm_init (void); | ... | ... |
... | @@ -214,7 +214,7 @@ _tc_strerror (mu_dbm_file_t db) | ... | @@ -214,7 +214,7 @@ _tc_strerror (mu_dbm_file_t db) |
214 | return tchdberrmsg (db->db_errno.n); | 214 | return tchdberrmsg (db->db_errno.n); |
215 | } | 215 | } |
216 | 216 | ||
217 | struct mu_dbm_impl _mu_dbm_tokyokabinet = { | 217 | struct mu_dbm_impl _mu_dbm_tokyocabinet = { |
218 | "tc", | 218 | "tc", |
219 | _tc_file_safety, | 219 | _tc_file_safety, |
220 | _tc_get_fd, | 220 | _tc_get_fd, | ... | ... |
-
Please register or sign in to post a comment