From f4d6c3303b6b100dee84eccfdd6bd8f419b1de7a Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 17 May 2024 14:52:19 +0200 Subject: [PATCH] fixup! Co-authored-by: ROMemories <152802150+ROMemories@users.noreply.github.com> --- examples/coap/fauxhoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coap/fauxhoc.py b/examples/coap/fauxhoc.py index c77e996dd..c12543939 100755 --- a/examples/coap/fauxhoc.py +++ b/examples/coap/fauxhoc.py @@ -191,7 +191,7 @@ async def main(): ) print((await ctx.request(normalrequest).response_raising).payload.decode("utf8")) - print("Reading stdiout through OSCORE:") + print("Reading stdout through OSCORE:") try: # pre-flight b/c read_stream_to_console has bad error reporting await ctx.request(Message(code=GET, uri=args.peer + "/stdout")).response_raising