summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 15:02:01 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 15:02:01 -0500
commit7b9c205f3e4c8237ebf85951a597de2682b8bd93 (patch)
treea4d0cf8307ecb68ba131a72a167d863bc3f0934f
parentb29fb688b7baed1503d7e5be2546505361d4cbb6 (diff)
downloadopenpower-vpd-parser-7b9c205f3e4c8237ebf85951a597de2682b8bd93.tar.gz
openpower-vpd-parser-7b9c205f3e4c8237ebf85951a597de2682b8bd93.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: I5aa84be939c2c3335d326b02481c23652fee137b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--store.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/store.hpp b/store.hpp
index 6b7f328..340446f 100644
--- a/store.hpp
+++ b/store.hpp
@@ -39,7 +39,7 @@ class Store final
*/
explicit Store(Parsed&& vpdBuffer): vpd(std::move(vpdBuffer)) {}
- /** @brief Retrives VPD from Store
+ /** @brief Retrieves VPD from Store
*
* @tparam R - VPD record
* @tparam K - VPD keyword
OpenPOWER on IntegriCloud