From 677b9643e847d6bfbcc37f9f824799a4ec3ccd7d Mon Sep 17 00:00:00 2001 From: Miron Veryanskiy Date: Thu, 17 May 2018 11:21:59 -0500 Subject: [PATCH] Fix typo in khash documentation --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d470228..e84b024 100644 --- a/index.html +++ b/index.html @@ -8758,7 +8758,7 @@ int main(int argc, char *argv[]) return 0; } ``` -!!!Example 3: coutning distinct words (with heap allocation) +!!!Example 3: counting distinct words (with heap allocation) The following demonstrates how to insert string pointers and their contents into a hash table. This is the //only// approach if the pointers are not kept elsewhere. ```c -- 2.47.3