From f95ca91758912c081ef8a5820b2d997059fd48d1 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:34:11 -0400 Subject: [PATCH] spelling: position Signed-off-by: Josh Soref --- lua/rns-specs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rns-specs b/lua/rns-specs index 44450c8d..17b1032d 100644 --- a/lua/rns-specs +++ b/lua/rns-specs @@ -104,7 +104,7 @@ ldns_* provides it. Should we use that????? Example: Suppose we have a mangling operation that mangles RR (at the rr-level): -transpose_rr(packet, rr1_postition, rr2_position) +transpose_rr(packet, rr1_position, rr2_position) The 2 rr's are now flipped. We could also use rand0 for the position thereby letting the system decide. All these mangling functions should -- 2.47.3