diff --git a/modules/chain/include/dap_chain_ledger.h b/modules/chain/include/dap_chain_ledger.h
index 14fd1a61bf110d9845f6a319136599aa97e70341..3eb630475f066d7069f58607450e42edfd9e5265 100644
--- a/modules/chain/include/dap_chain_ledger.h
+++ b/modules/chain/include/dap_chain_ledger.h
@@ -78,7 +78,7 @@ DAP_STATIC_INLINE dap_chain_hash_fast_t* dap_chain_node_datum_tx_calc_hash(dap_c
 DAP_STATIC_INLINE char *dap_chain_ledger_get_gdb_group(dap_ledger_t *a_ledger, const char *a_suffix)
 {
    if (a_ledger) {
-       return dap_strdup_printf("local.ledger-cahce.%s.%s", a_ledger->net_name, a_suffix);
+       return dap_strdup_printf("local.ledger-cache.%s.%s", a_ledger->net_name, a_suffix);
    }
    return NULL;
 }