Blame SOURCES/0059-fix-typo.patch
|
|
a436c4 |
From 5a0bad9020f731cf5b5a0744a9323f97b3a1efe9 Mon Sep 17 00:00:00 2001
|
|
|
a436c4 |
From: Lyonel Vincent <lyonel@ezix.org>
|
|
|
a436c4 |
Date: Tue, 12 Oct 2021 23:37:40 +0200
|
|
|
a436c4 |
Subject: [PATCH 59/65] fix typo
|
|
|
a436c4 |
|
|
|
a436c4 |
---
|
|
|
a436c4 |
src/core/network.cc | 2 +-
|
|
|
a436c4 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
a436c4 |
|
|
|
a436c4 |
diff --git a/src/core/network.cc b/src/core/network.cc
|
|
|
a436c4 |
index 613c1af..d66c978 100644
|
|
|
a436c4 |
--- a/src/core/network.cc
|
|
|
a436c4 |
+++ b/src/core/network.cc
|
|
|
a436c4 |
@@ -348,7 +348,7 @@ static void updateCapabilities(hwNode & interface, u32 supported, u32 supported2
|
|
|
a436c4 |
if(supported & SUPPORTED_BNC)
|
|
|
a436c4 |
interface.addCapability("bnc", _("BNC"));
|
|
|
a436c4 |
if(supported & SUPPORTED_MII)
|
|
|
a436c4 |
- interface.addCapability("mii", _("Media Independant Interface"));
|
|
|
a436c4 |
+ interface.addCapability("mii", _("Media Independent Interface"));
|
|
|
a436c4 |
if(supported & SUPPORTED_FIBRE)
|
|
|
a436c4 |
interface.addCapability("fibre",_( "optical fibre"));
|
|
|
a436c4 |
if(supported & SUPPORTED_10baseT_Half)
|
|
|
a436c4 |
--
|
|
|
a436c4 |
2.33.1
|
|
|
a436c4 |
|