public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Nate DeSimone" <nathaniel.l.desimone@intel.com>
To: "Desimone, Ashley E" <ashley.e.desimone@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Pandya, Puja" <puja.pandya@intel.com>,
	"Bjorge, Erik C" <erik.c.bjorge@intel.com>
Subject: Re: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Correct typo in error strings
Date: Tue, 10 Mar 2020 06:33:35 +0000	[thread overview]
Message-ID: <02A34F284D1DA44BB705E61F7180EF0AB5DBCD85@ORSMSX114.amr.corp.intel.com> (raw)
In-Reply-To: <20200305014922.11740-1-ashley.e.desimone@intel.com>

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: Desimone, Ashley E <ashley.e.desimone@intel.com> 
Sent: Wednesday, March 4, 2020 5:49 PM
To: devel@edk2.groups.io
Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Pandya, Puja <puja.pandya@intel.com>; Bjorge, Erik C <erik.c.bjorge@intel.com>
Subject: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Correct typo in error strings

Fix typo of successfully

Signed-off-by: Ashley E Desimone <ashley.e.desimone@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>
---
 edkrepo/common/common_repo_functions.py | 2 +-
 edkrepo/common/humble.py                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/edkrepo/common/common_repo_functions.py b/edkrepo/common/common_repo_functions.py
index d857d09..56ae307 100644
--- a/edkrepo/common/common_repo_functions.py
+++ b/edkrepo/common/common_repo_functions.py
@@ -39,7 +39,7 @@ from edkrepo.common.humble import SPARSE_CHECKOUT  from edkrepo.common.humble import SPARSE_RESET  from edkrepo.common.humble import CHECKING_OUT_COMBO  from edkrepo.common.humble import CHECKOUT_INVALID_COMBO -from edkrepo.common.humble import CHECKOUT_COMBO_UNSUCCESFULL
+from edkrepo.common.humble import CHECKOUT_COMBO_UNSUCCESSFULL
 from edkrepo.common.humble import GEN_A_NOT_IN_B, GEN_FOUND_MULT_A_IN_B  from edkrepo.common.humble import COMMIT_TEMPLATE_NOT_FOUND, COMMIT_TEMPLATE_CUSTOM_VALUE  from edkrepo.common.humble import ADD_PRIMARY_REMOTE, REMOVE_PRIMARY_REMOTE diff --git a/edkrepo/common/humble.py b/edkrepo/common/humble.py index 3ad03ac..f0fbd29 100644
--- a/edkrepo/common/humble.py
+++ b/edkrepo/common/humble.py
@@ -83,7 +83,7 @@ CHECKOUT_INVALID_COMBO = UNSUPPORTED_COMBO + CHECKOUT_EXIT  CHECKOUT_CURRENT_COMBO = 'The selected combination, {0}, is already checked out ' + CHECKOUT_EXIT  CHECKOUT_UNCOMMITED_CHANGES = 'Uncommited changes present in workspace, unable to complete checkout.\nTo discard all local changes to tracked files rerun edkrepo checkout with the "--override" flag.\n'
 CHECKOUT_NO_REMOTE = 'The specified remote branch for the {0} repo does not exist.'
-CHECKOUT_COMBO_UNSUCCESFULL = 'The combination {} was not able to be checked out succesfully. Returning to initially active combination.'
+CHECKOUT_COMBO_UNSUCCESSFULL = 'The combination {} was not able to be checked out successfully. Returning to initially active combination.'
 
 # Informational messages for checkout_command.py  CHECKING_OUT_COMBO = 'Checking out combination: {0} ...'
@@ -146,4 +146,4 @@ VERIFY_PROJ_NOT_IN_INDEX = 'Unable to find and entry in the CiIndex for project:
 VERIFY_PROJ_FAIL = 'Unable to verify the global manifest repository entry for project: {}\n'
 
 # Git Command Error Messages
-GIT_CMD_ERROR = 'The git command: {} failed to complete succesfully with the following errors.\n'
+GIT_CMD_ERROR = 'The git command: {} failed to complete successfully with the following errors.\n'
--
2.16.2.windows.1


      parent reply	other threads:[~2020-03-10  6:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05  1:49 [edk2-staging/EdkRepo] [PATCH] EdkRepo: Correct typo in error strings Desimone, Ashley E
2020-03-05 22:21 ` Pandya, Puja
2020-03-10  6:33 ` Nate DeSimone [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02A34F284D1DA44BB705E61F7180EF0AB5DBCD85@ORSMSX114.amr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox