From: Miron Veryanskiy Date: Thu, 17 May 2018 16:21:59 +0000 (-0500) Subject: Fix typo in khash documentation X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=677b9643e847d6bfbcc37f9f824799a4ec3ccd7d;p=klib.git Fix typo in khash documentation --- 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