From c19b813e79e71a6b66887434f1dc4468df1d88bf Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Thu, 14 Jun 2018 08:56:17 -0500 Subject: 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: Ifbc540985ddef6ee0ac6e5510c9bf79f24f89f96 Signed-off-by: Gunnar Mills --- frup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frup.cpp') diff --git a/frup.cpp b/frup.cpp index b7da386..8009b3e 100644 --- a/frup.cpp +++ b/frup.cpp @@ -730,7 +730,7 @@ void _append_to_dict (uint8_t vpd_key_id, /* * Max number of characters needed to represent 1 unsigned byte in string - * is number of bytes multipled by 2. Extra 3 for 0x and a ending '\0'; + * is number of bytes multiplied by 2. Extra 3 for 0x and a ending '\0'; */ char bin_in_ascii_len = vpd_val_len * 2 + 3; -- cgit v1.2.1