spelling-error

===================================================================

Gbp-Pq: Name spelling-error.patch
This commit is contained in:
Ubuntu Developers 2022-06-27 14:59:29 +08:00 committed by Lu zhiping
parent 43ac0450e4
commit 430ff79c1f
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ bool scan_network(hwNode & n)
if(ecmd.supported & SUPPORTED_BNC)
interface.addCapability("bnc", _("BNC"));
if(ecmd.supported & SUPPORTED_MII)
interface.addCapability("mii", _("Media Independant Interface"));
interface.addCapability("mii", _("Media Independent Interface"));
if(ecmd.supported & SUPPORTED_FIBRE)
interface.addCapability("fibre",_( "optical fibre"));
if(ecmd.supported & SUPPORTED_10baseT_Half)