summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 15:02:04 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-09 20:52:29 +0000
commit2bcba02aa2bb3b949640ffe9868c0edbf585038f (patch)
treed43a463923235d7cc5fd4738dca339ea1f92a27f /test
parent2618667b3d4aec0da4c17a67f744544c832219eb (diff)
downloadphosphor-bmc-code-mgmt-2bcba02aa2bb3b949640ffe9868c0edbf585038f.tar.gz
phosphor-bmc-code-mgmt-2bcba02aa2bb3b949640ffe9868c0edbf585038f.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I2ca3fd16d7cc84fdce63089b47fefb8f128894fd Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'test')
-rw-r--r--test/utest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utest.cpp b/test/utest.cpp
index 1c0c803..73d3a0f 100644
--- a/test/utest.cpp
+++ b/test/utest.cpp
@@ -173,7 +173,7 @@ class SignatureTest : public testing::Test
fs::path signedConfOpenBMCPath;
};
-/** @brief Test for sucess scenario*/
+/** @brief Test for success scenario*/
TEST_F(SignatureTest, TestSignatureVerify)
{
EXPECT_TRUE(signature->verify());
OpenPOWER on IntegriCloud