From c90e0f824d501cafc6661a73b7eba77fb85e34f1 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Mon, 22 May 2017 10:00:34 +0100 Subject: [PATCH] Spelling error change --- src/leveled_cdb.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leveled_cdb.erl b/src/leveled_cdb.erl index 40fa46f..f8db410 100644 --- a/src/leveled_cdb.erl +++ b/src/leveled_cdb.erl @@ -13,7 +13,7 @@ %% - Support for incrementally writing a CDB file while keeping the hash table %% in memory %% - The ability to scan a database in blocks of sequence numbers -%% - The applictaion of a CRC chekc by default to all values +%% - The applictaion of a CRC check by default to all values %% %% This module provides functions to create and query a CDB (constant database). %% A CDB implements a two-level hashtable which provides fast {key,value}