Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -107,7 +107,7 @@ void btree::data_t_2_DBT(data_t& w)
break;
case data_t::VOID:
throw(stringException("btree data_t_2_DBT: unknow key type"));
throw(stringException("btree data_t_2_DBT: unknown key type"));
}
}