diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-04-08 15:02:04 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-04-09 20:52:29 +0000 |
| commit | 2bcba02aa2bb3b949640ffe9868c0edbf585038f (patch) | |
| tree | d43a463923235d7cc5fd4738dca339ea1f92a27f /test | |
| parent | 2618667b3d4aec0da4c17a67f744544c832219eb (diff) | |
| download | phosphor-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.cpp | 2 |
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()); |

