diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c index baa26c80..45b58eb6 100644 --- a/CommonLibs/trx_vty.c +++ b/CommonLibs/trx_vty.c @@ -39,7 +39,7 @@ static struct trx_ctx* g_trx_ctx; static const struct value_string clock_ref_names[] = { { REF_INTERNAL, "internal" }, { REF_EXTERNAL, "external" }, - { REF_GPS, "gspdo" }, + { REF_GPS, "gpsdo" }, { 0, NULL } };