From 3d63bbf4bfe7d5fd50e3ab807236480b83947fef Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 22 Apr 2026 12:39:36 +0200 Subject: [PATCH] Fixed typo --- Examples/Resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Resource.py b/Examples/Resource.py index f52681c..896c936 100644 --- a/Examples/Resource.py +++ b/Examples/Resource.py @@ -222,7 +222,7 @@ def link_established(link): # Inform the user that the server is # connected - RNS.log("Link established with server, hit enter to sand a resource, or type in \"quit\" to quit") + RNS.log("Link established with server, hit enter to send a resource, or type in \"quit\" to quit") # When a link is closed, we'll inform the # user, and exit the program