summaryrefslogtreecommitdiffstats
path: root/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util.cpp')
-rw-r--r--util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.cpp b/util.cpp
index 31bdd65..5e606a7 100644
--- a/util.cpp
+++ b/util.cpp
@@ -423,7 +423,7 @@ bool getDHCPValue(const std::string& confDir, const std::string& intf)
}
catch (InternalFailure& e)
{
- log<level::INFO>("Exception occured during getting of DHCP value");
+ log<level::INFO>("Exception occurred during getting of DHCP value");
}
return dhcp;
}
OpenPOWER on IntegriCloud