From 98abf2393656f21d95c5001f42b3db3ad268d4f7 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Tue, 18 Nov 2025 12:35:31 +0700 Subject: [PATCH] Fix typos in some files --- binding/c/xdb_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/c/xdb_api.h b/binding/c/xdb_api.h index b58e6a2..690d967 100644 --- a/binding/c/xdb_api.h +++ b/binding/c/xdb_api.h @@ -159,7 +159,7 @@ XDB_PUBLIC(xdb_version_t *) xdb_version_from_header(xdb_header_t *); // --- xdb util functions -// to compatiable with the windows +// to compatible with the windows // returns: 0 for ok and -1 for failed XDB_PUBLIC(int) xdb_init_winsock(); XDB_PUBLIC(void) xdb_clean_winsock();