From 93e1a7c00a8aebe193bc20f2449f934a6e5ac4ae Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Tue, 14 Aug 2018 11:59:09 -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: I32c896bf6268704843adf188bae2fd0884ed95c5 Signed-off-by: Gunnar Mills --- Util.pm | 2 +- inventory.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Util.pm b/Util.pm index 57c82a2..ea6b914 100644 --- a/Util.pm +++ b/Util.pm @@ -198,7 +198,7 @@ Finds the nearest FRU enclosing the input Target. =item adjustI2CPort(C) -Returns C converted from MRW numering scheme to Linux numbering scheme. +Returns C converted from MRW numbering scheme to Linux numbering scheme. =back diff --git a/inventory.pl b/inventory.pl index 75c4241..2190e25 100755 --- a/inventory.pl +++ b/inventory.pl @@ -292,7 +292,7 @@ sub removeConnectors #Remove the processor module card from the path name. #Note: Serverwiz always outputs proc_socket-X/module-Y/proc. # where proc_socket, module, and proc can be any name -# We already transormed it to module-X/proc. +# We already transformed it to module-X/proc. # Our use requires proc-X. # Note: No multichip modules in plan for OpenPower systems. sub removeProcModule -- cgit v1.2.1