diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-04-08 15:02:01 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-04-08 15:02:01 -0500 |
| commit | 7b9c205f3e4c8237ebf85951a597de2682b8bd93 (patch) | |
| tree | a4d0cf8307ecb68ba131a72a167d863bc3f0934f | |
| parent | b29fb688b7baed1503d7e5be2546505361d4cbb6 (diff) | |
| download | openpower-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.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |

