From 5938573c65d18b7825db5d704202e2eeb03ffd33 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sun, 31 Jan 2021 12:18:11 +0100 Subject: Fix typos. --- stc/cset.h | 2 +- stc/csset.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stc/cset.h b/stc/cset.h index 5bacd66f..2b85edfc 100644 --- a/stc/cset.h +++ b/stc/cset.h @@ -25,6 +25,6 @@ // Unordered set - implemented as open hashing with linear probing and no tombstones. -#incluide "cmap.h" +#include "cmap.h" #endif diff --git a/stc/csset.h b/stc/csset.h index 40a33da7..0f11e65f 100644 --- a/stc/csset.h +++ b/stc/csset.h @@ -25,6 +25,6 @@ // Sorted set - implemented as an AA-tree (balanced binary tree). -#incluide "csmap.h" +#include "csmap.h" #endif -- cgit v1.2.3