summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-31 12:18:11 +0100
committerTyge Løvset <[email protected]>2021-01-31 12:18:11 +0100
commit5938573c65d18b7825db5d704202e2eeb03ffd33 (patch)
treeddc827eebf828ae595ff6dad1f4d20d0f7373324
parentb3d9e68fa2c2ec9ebe7e3f08045d01db5b720eea (diff)
downloadSTC-modified-5938573c65d18b7825db5d704202e2eeb03ffd33.tar.gz
STC-modified-5938573c65d18b7825db5d704202e2eeb03ffd33.zip
Fix typos.
-rw-r--r--stc/cset.h2
-rw-r--r--stc/csset.h2
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