From bec3cee425781143dac8cbd6419691454a97e38c Mon Sep 17 00:00:00 2001 From: Juraj Bednar Date: Sat, 30 Dec 2023 23:47:51 +0100 Subject: [PATCH] Fix typo --- RNS/Interfaces/RNodeInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/RNodeInterface.py b/RNS/Interfaces/RNodeInterface.py index f0292a0..93a156e 100644 --- a/RNS/Interfaces/RNodeInterface.py +++ b/RNS/Interfaces/RNodeInterface.py @@ -109,7 +109,7 @@ class RNodeInterface(Interface): def __init__(self, owner, name, port, frequency = None, bandwidth = None, txpower = None, sf = None, cr = None, flow_control = False, id_interval = None, id_callsign = None, st_alock = None, lt_alock = None): if RNS.vendor.platformutils.is_android(): - raise SystemError("Invlaid interface type. The Android-specific RNode interface must be used on Android") + raise SystemError("Invalid interface type. The Android-specific RNode interface must be used on Android") import importlib if importlib.util.find_spec('serial') != None: