]> git.kaiwu.me - klib.git/commitdiff
Fix typo in khash documentation
authorMiron Veryanskiy <a0225946@ti.com>
Thu, 17 May 2018 16:21:59 +0000 (11:21 -0500)
committerMiron Veryanskiy <a0225946@ti.com>
Thu, 17 May 2018 16:21:59 +0000 (11:21 -0500)
index.html

index d4702283ce4fb998a6bb7d153f7e181d9269c2e5..e84b02487ef36c2fc29ddb97d582dc1bfba927ff 100644 (file)
@@ -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