From d055ca50d65f2acb0346ec31355564d71fc277d8 Mon Sep 17 00:00:00 2001 From: Wincent Balin Date: Sat, 31 May 2025 01:12:25 +0200 Subject: [PATCH] Fixed typo --- RNS/Utilities/rnodeconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Utilities/rnodeconf.py b/RNS/Utilities/rnodeconf.py index 7d48499..e626aa1 100755 --- a/RNS/Utilities/rnodeconf.py +++ b/RNS/Utilities/rnodeconf.py @@ -1716,7 +1716,7 @@ def main(): print(" '") print("[1] A specific kind of RNode") print("") - print(" | Select this option if you have put toghether an RNode") + print(" | Select this option if you have put together an RNode") print(" \\ / of your own design, or if you are prototyping one.") print(" '") print("[2] Homebrew RNode")