mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-03 14:45:07 -04:00
spelling fix
This commit is contained in:
parent
15a4ec2af9
commit
9244f00e21
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ class NodeActiveConnections(urwid.WidgetWrap):
|
|||
if self.app.node != None:
|
||||
self.stat_string = str(len(self.app.node.destination.links))
|
||||
|
||||
self.display_widget.set_text("Conneced Now : "+self.stat_string)
|
||||
self.display_widget.set_text("Connected Now : "+self.stat_string)
|
||||
|
||||
def update_stat_callback(self, loop=None, user_data=None):
|
||||
self.update_stat()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue