summaryrefslogtreecommitdiffstats
path: root/transporthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'transporthandler.cpp')
-rw-r--r--transporthandler.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/transporthandler.cpp b/transporthandler.cpp
index b33dc7d..bafeb16 100644
--- a/transporthandler.cpp
+++ b/transporthandler.cpp
@@ -93,8 +93,8 @@ ipmi_ret_t getNetworkData(uint8_t lan_param, uint8_t* data, int channel)
ipaddress = properties["Address"].get<std::string>();
}
- // ignore the exception, as it is a valid condtion that
- // system is not confiured with any ip.
+ // ignore the exception, as it is a valid condition that
+ // the system is not configured with any IP.
catch (InternalFailure& e)
{
// nothing to do.
@@ -212,8 +212,8 @@ ipmi_ret_t getNetworkData(uint8_t lan_param, uint8_t* data, int channel)
mask = ipmi::network::MASK_32_BIT;
mask = htonl(mask << (ipmi::network::BITS_32 - prefix));
}
- // ignore the exception, as it is a valid condtion that
- // system is not confiured with any ip.
+ // ignore the exception, as it is a valid condition that
+ // the system is not configured with any IP.
catch (InternalFailure& e)
{
// nothing to do
@@ -251,8 +251,8 @@ ipmi_ret_t getNetworkData(uint8_t lan_param, uint8_t* data, int channel)
gateway = systemProperties["DefaultGateway"].get<
std::string>();
}
- // ignore the exception, as it is a valid condtion that
- // system is not confiured with any ip.
+ // ignore the exception, as it is a valid condition that
+ // the system is not configured with any IP.
catch (InternalFailure& e)
{
// nothing to do
@@ -329,8 +329,8 @@ ipmi_ret_t getNetworkData(uint8_t lan_param, uint8_t* data, int channel)
vlanID |= htole16(ipmi::network::VLAN_ENABLE_MASK);
}
}
- // ignore the exception, as it is a valid condtion that
- // system is not confiured with any ip.
+ // ignore the exception, as it is a valid condition that
+ // the system is not configured with any IP.
catch (InternalFailure& e)
{
// nothing to do
OpenPOWER on IntegriCloud