From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web12.2482.1596243901040179151 for ; Fri, 31 Jul 2020 18:05:01 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: pqseLpqmC7n/BAsihVs/TQJwTsg/rMdTRYKdppeTyIFEs75iU/NQINvQustfK4mHJ9jJNJm4A7 QgBq3qoSGedA== X-IronPort-AV: E=McAfee;i="6000,8403,9699"; a="216330834" X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="216330834" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 18:04:59 -0700 IronPort-SDR: OEPbE0X4M6AupLgmDHn3btrqhPiLuq/wx8hdTC1/G8sKJwicCzsGUGI2neKMdohSfczdkrzU4M RWScN+DwjBRw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,420,1589266800"; d="scan'208";a="291426487" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.255.231.158]) by orsmga006.jf.intel.com with ESMTP; 31 Jul 2020 18:04:59 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Ray Ni , Zhichao Gao , Jordan Justen , Andrew Fish , Jian J Wang , Hao A Wu , Liming Gao , Zhiguang Liu , Laszlo Ersek , Ard Biesheuvel , Qi Zhang , Rahul Kumar Subject: [Patch 0/6] Fix spelling mistake for occurred Date: Fri, 31 Jul 2020 18:04:51 -0700 Message-Id: <20200801010457.28776-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Ray Ni Cc: Zhichao Gao Cc: Jordan Justen Cc: Andrew Fish Cc: Jian J Wang Cc: Hao A Wu Cc: Liming Gao Cc: Zhiguang Liu Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Qi Zhang Cc: Rahul Kumar Signed-off-by: Michael D Kinney Michael D Kinney (6): EmulatorPkg: Fix spelling mistake for occurred MdeModulePkg: Fix spelling mistake for occurred MdePkg: Fix spelling mistake for occurred OvmfPkg: Fix spelling mistake for occurred SecurityPkg: Fix spelling mistake for occurred ShellPkg: Fix spelling mistake for occurred EmulatorPkg/EmuGopDxe/GopScreen.c | 2 +- EmulatorPkg/TimerDxe/Timer.c | 2 +- MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c | 4 +- MdeModulePkg/Core/Dxe/FwVol/FwVol.c | 2 +- .../Include/Protocol/GenericMemoryTest.h | 4 +- .../Acpi/S3SaveStateDxe/S3SaveState.c | 2 +- .../Acpi/SmmS3SaveState/SmmS3SaveState.c | 2 +- .../Console/ConSplitterDxe/ConSplitter.h | 4 +- .../ConSplitterDxe/ConSplitterGraphics.c | 4 +- .../Universal/DebugPortDxe/DebugPort.c | 2 +- .../Universal/DebugPortDxe/DebugPort.h | 2 +- .../FvSimpleFileSystem.c | 2 +- .../Universal/LoadFileOnFv2/LoadFileOnFv2.c | 2 +- .../GenericMemoryTestDxe/LightMemoryTest.c | 4 +- .../GenericMemoryTestDxe/LightMemoryTest.h | 4 +- MdePkg/Include/Protocol/UgaDraw.h | 2 +- MdePkg/Library/BaseLib/FilePaths.c | 2 +- OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c | 2 +- OvmfPkg/Include/Protocol/Legacy8259.h | 2 +- OvmfPkg/SioBusDxe/SioService.c | 2 +- .../DxeImageVerificationLib.c | 2 +- ShellPkg/Include/Library/ShellLib.h | 4 +- .../UefiShellBcfgCommandLib.c | 4 +- .../Edit/FileBuffer.c | 4 +- .../Edit/MainTextEditor.c | 34 ++++++------- .../Edit/MainTextEditor.h | 6 +-- .../HexEdit/BufferImage.c | 8 ++-- .../HexEdit/BufferImage.h | 6 +-- .../HexEdit/Clipboard.c | 4 +- .../HexEdit/Clipboard.h | 4 +- .../HexEdit/DiskImage.c | 6 +-- .../HexEdit/DiskImage.h | 6 +-- .../HexEdit/FileImage.c | 4 +- .../HexEdit/FileImage.h | 4 +- .../HexEdit/MainHexEditor.c | 48 +++++++++---------- .../HexEdit/MainHexEditor.h | 8 ++-- .../HexEdit/MemImage.c | 6 +-- .../HexEdit/MemImage.h | 6 +-- .../UefiShellDebug1CommandsLib/HexEdit/Misc.c | 8 ++-- .../UefiShellDebug1CommandsLib/HexEdit/Misc.h | 4 +- .../UefiShellDriver1CommandsLib/Drivers.c | 2 +- .../Library/UefiShellLevel2CommandsLib/Rm.c | 2 +- .../UefiShellLevel2CommandsLib.h | 2 +- ShellPkg/Library/UefiShellLib/UefiShellLib.c | 6 +-- 44 files changed, 120 insertions(+), 120 deletions(-) -- 2.21.0.windows.1