summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-04-10 10:19:02 +1000
committerDamien Miller <djm@mindrot.org>2018-04-10 10:19:02 +1000
commit10479cc2a4acd6faaf643eb305233b49d70c31c1 (patch)
tree3ff183d0d7a71a2843e1cb13f682743761555053 /TODO
parent907da2f88519b34189fd03fac96de0c52d448233 (diff)
Many typo fixes from Karsten Weiss
Spotted using https://github.com/lucasdemarchi/codespell
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index f22c7e224..771162b30 100644
--- a/TODO
+++ b/TODO
@@ -57,10 +57,10 @@ Clean up configure/makefiles:
57- Replace the whole u_intXX_t evilness in acconfig.h with something better??? 57- Replace the whole u_intXX_t evilness in acconfig.h with something better???
58 - Do it in configure.ac 58 - Do it in configure.ac
59 59
60- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test 60- Consider splitting the u_intXX_t test for sys/bitype.h into separate test
61 to allow people to (right/wrongfully) link against Bind directly. 61 to allow people to (right/wrongfully) link against Bind directly.
62 62
63- Consider splitting configure.ac into seperate files which do logically 63- Consider splitting configure.ac into separate files which do logically
64 similar tests. E.g move all the type detection stuff into one file, 64 similar tests. E.g move all the type detection stuff into one file,
65 entropy related stuff into another. 65 entropy related stuff into another.
66 66