Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
#include "config.h"
#ifdef RECURSOR
-// Network facing/routing part of webserver is implemented in rust. We stil use a few classes from
+// Network facing/routing part of webserver is implemented in rust. We still use a few classes from
// yahttp, but do not link to it.
#define RUST_WS
#endif
self.assertAuthorityHasSOA(res)
self.assertGreater(self.getMetric('all-outqueries'), nbQueries)
- # Check that we stil have one aggressive cache entry
+ # Check that we still have one aggressive cache entry
self.assertEqual(1, self.getMetric('aggressive-nsec-cache-entries'))
print(res.options)
self.assertEqual(res.edns, 0)