vty: Fix typo in gpsdo clock reference type

Change-Id: I3f553c2cec9689524728cacb15b7daaff8166925
This commit is contained in:
Pau Espin 2018-08-27 16:50:19 +02:00
parent 5cc8858d8f
commit aae403f0c9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
};