mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Fix a typo in land workflow
Summary: Contine is not a word methinks. Test Plan: looks better Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8997
This commit is contained in:
parent
88ff113f92
commit
b6b9fdffb5
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ EOTEXT
|
|||
|
||||
if ($rev_status != ArcanistDifferentialRevisionStatus::ACCEPTED) {
|
||||
$ok = phutil_console_confirm(pht(
|
||||
"Revision '%s' has not been accepted. Contine anyway?",
|
||||
"Revision '%s' has not been accepted. Continue anyway?",
|
||||
"D{$rev_id}: {$rev_title}"));
|
||||
if (!$ok) {
|
||||
throw new ArcanistUserAbortException();
|
||||
|
|
Loading…
Reference in a new issue