From aa5b242bbbeb29c0a563971ecb72d818bed406cd Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 10 Jul 2022 10:47:15 +0900 Subject: [PATCH] Doc: fix typo in netmgr.python.md specifed -> specified --- docs/photon_admin/netmgr.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/photon_admin/netmgr.python.md b/docs/photon_admin/netmgr.python.md index 86aec1f2d5..676e03e058 100644 --- a/docs/photon_admin/netmgr.python.md +++ b/docs/photon_admin/netmgr.python.md @@ -232,7 +232,7 @@ net.set_link_macaddr(ifname = interface_name, macaddr = mac_address) ### set_link_mode -Set the mode (auto or manual) of the specifed interface. +Set the mode (auto or manual) of the specified interface. **Syntax** ````