aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-08-27 16:50:19 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-08-27 16:50:19 +0200
commitaae403f0c9061821cd85f14fe6535a4e68ec74b0 (patch)
tree380c29d0b4bfeb1a55d57ec49646b5ef046f0649
parent5cc8858d8f167b521e412883bb477e73f88280cb (diff)
vty: Fix typo in gpsdo clock reference type
-rw-r--r--CommonLibs/trx_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index baa26c8..45b58eb 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 }
};