From 579578394cf584ae6ee78df47fe3f8625d19d27e Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 11 Jun 2025 19:07:05 -0500 Subject: [PATCH] Update meshtastic/admin.proto Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- meshtastic/admin.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 227ba49..f9e73b2 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -321,7 +321,7 @@ message AdminMessage { /* * Send an input event to the node. - * This is used to trigger phyiscal input events like button presses, touch events, etc. + * This is used to trigger physical input events like button presses, touch events, etc. */ InputEvent send_input_event = 27;