From 34b377bafed94134fa700c1ed67eb8b40c5451bb Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 20 Apr 2022 21:17:52 +0200 Subject: [PATCH] Fixed typo --- nomadnet/NomadNetworkApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomadnet/NomadNetworkApp.py b/nomadnet/NomadNetworkApp.py index 2a036c1..069e1b6 100644 --- a/nomadnet/NomadNetworkApp.py +++ b/nomadnet/NomadNetworkApp.py @@ -367,7 +367,7 @@ class NomadNetworkApp: selected_node = node if selected_node == None: - RNS.log("Could not autoselect a prepagation node! LXMF propagation will not be available until a trusted node announces on the network.", RNS.LOG_WARNING) + RNS.log("Could not autoselect a propagation node! LXMF propagation will not be available until a trusted node announces on the network.", RNS.LOG_WARNING) else: node_identity = RNS.Identity.recall(selected_node.source_hash) if node_identity != None: