From 40bdbf050e758bd4e5d088cf0d8cceb169c73994 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 17 Jul 2025 21:42:14 +0200 Subject: [PATCH] typo in device selector title --- src/meshcore_cli/meshcore_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index d58b992..9764b2f 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -2084,7 +2084,7 @@ async def main(argv): result = await radiolist_dialog( title="MeshCore-cli device selector", - text="Chose the device to connect to :", + text="Choose the device to connect to :", values=choices ).run_async()