diff options
| author | Tyge Løvset <[email protected]> | 2021-01-31 12:18:11 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-31 12:18:11 +0100 |
| commit | 5938573c65d18b7825db5d704202e2eeb03ffd33 (patch) | |
| tree | ddc827eebf828ae595ff6dad1f4d20d0f7373324 | |
| parent | b3d9e68fa2c2ec9ebe7e3f08045d01db5b720eea (diff) | |
| download | STC-modified-5938573c65d18b7825db5d704202e2eeb03ffd33.tar.gz STC-modified-5938573c65d18b7825db5d704202e2eeb03ffd33.zip | |
Fix typos.
| -rw-r--r-- | stc/cset.h | 2 | ||||
| -rw-r--r-- | stc/csset.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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
|
