diff options
Diffstat (limited to 'src/plugins/map/map.c')
-rw-r--r-- | src/plugins/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/map/map.c b/src/plugins/map/map.c index a5354422b41..c2e821aa2e0 100644 --- a/src/plugins/map/map.c +++ b/src/plugins/map/map.c @@ -2223,7 +2223,7 @@ VLIB_CLI_COMMAND(map_if_command, static) = { VLIB_PLUGIN_REGISTER() = { .version = VPP_BUILD_VER, - .description = "Mapping of address and port (MAP)", + .description = "Mapping of Address and Port (MAP)", }; /* *INDENT-ON* */ |