]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.c
SignedCapsulePkg/Universal: Fix various typos
[mirror_edk2.git] / SignedCapsulePkg / Universal / SystemFirmwareUpdate / SystemFirmwareUpdateDxe.c
index c302f750e2fd881b85c1a9e74235280ed92673b5..bdb70bdb32cc1ec8df0984a497ad325ad50fe0f1 100644 (file)
@@ -493,7 +493,7 @@ FmpSetImage (
   // the current variable driver may not manage the new NVRAM region.\r
   //\r
   if (mNvRamUpdated) {\r
-    DEBUG ((DEBUG_INFO, "NvRamUpdated, Update Variable Serivces\n"));\r
+    DEBUG ((DEBUG_INFO, "NvRamUpdated, Update Variable Services\n"));\r
     gRT->GetVariable         = GetVariableHook;\r
     gRT->GetNextVariableName = GetNextVariableNameHook;\r
     gRT->SetVariable         = SetVariableHook;\r
@@ -514,7 +514,7 @@ FmpSetImage (
                      sizeof(SystemFmpPrivate->LastAttempt),\r
                      &SystemFmpPrivate->LastAttempt\r
                      );\r
-  DEBUG((DEBUG_INFO, "SetLastAttemp - %r\n", VarStatus));\r
+  DEBUG((DEBUG_INFO, "SetLastAttempt - %r\n", VarStatus));\r
 \r
   return Status;\r
 }\r