From 6d1bbc4d6dfeab19cc83eab8130d71ec759da38f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:33:38 -0400 Subject: [PATCH] spelling: method Signed-off-by: Josh Soref --- contrib/python/examples/test_buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/python/examples/test_buffer.py b/contrib/python/examples/test_buffer.py index 472bd6fd..7bdf413e 100755 --- a/contrib/python/examples/test_buffer.py +++ b/contrib/python/examples/test_buffer.py @@ -230,7 +230,7 @@ if True: #if not error_detected: if True: - mehod_name = "ldns_buffer.flip()" + method_name = "ldns_buffer.flip()" buf.printf("abcdef") try: buf.flip() -- 2.47.3