From 66218a3349a16ce826a35f67f845026a5576867a Mon Sep 17 00:00:00 2001 From: Neil McKee Date: Thu, 6 Jun 2024 18:29:49 -0700 Subject: [PATCH] fix typo --- src/Linux/mod_sonic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Linux/mod_sonic.c b/src/Linux/mod_sonic.c index 28a1f70..703d951 100644 --- a/src/Linux/mod_sonic.c +++ b/src/Linux/mod_sonic.c @@ -77,7 +77,7 @@ extern "C" { static const char *SonicStateNames[] = { "INIT", "CONNECT", - "WAIT_READY" + "WAIT_READY", "CONNECTED", "DISCOVER", "DISCOVER_MAPPING",