commit | aea53d071de925c1aa885dd4fbb9aeec6ab498e1 | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@in.ibm.com> | Thu Sep 06 17:56:59 2018 +0530 |
committer | Ratan Gupta <ratagupt@in.ibm.com> | Thu Sep 06 17:58:21 2018 +0530 |
tree | 7a8edee16657da16345987ff79b7aa129e1cfda7 | |
parent | f4ecf883389f5d9d7ebf635d62b20b91ef72e048 [diff] |
Fix spelling errors Change-Id: I60d7f1974dc665647115bbeb9d8172b8790e9c92 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/test/test_error_notification.cpp b/test/test_error_notification.cpp index 4556a3e..580a820 100644 --- a/test/test_error_notification.cpp +++ b/test/test_error_notification.cpp
@@ -55,6 +55,6 @@ EXPECT_EQ(ASN_OCTET_STR, type); } -} // namespec snmp -} // namespce network +} // namespace snmp +} // namespace network } // namespace phosphor
diff --git a/test/test_snmp_conf_manager.cpp b/test/test_snmp_conf_manager.cpp index ebf492f..a681f21 100644 --- a/test/test_snmp_conf_manager.cpp +++ b/test/test_snmp_conf_manager.cpp
@@ -89,5 +89,5 @@ } } // namespace snmp -} // namespce network +} // namespace network } // namespace phosphor
diff --git a/test/test_snmp_util.cpp b/test/test_snmp_util.cpp index e486b7a..7bc5b43 100644 --- a/test/test_snmp_util.cpp +++ b/test/test_snmp_util.cpp
@@ -66,6 +66,6 @@ EXPECT_TRUE(isLocal); } -} // namespae snmp -} // namespce network +} // namespace snmp +} // namespace network } // namespace phosphor