Skip to content

Commit 1627f71

Browse files
committed
fixing one more typo
1 parent be95b70 commit 1627f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/PingStaleIssuesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
6666

6767
if ($input->getOption('dry-run')) {
6868
foreach ($issues as $issue) {
69-
$output->writeln(sprintf('Marking issue #%s as "Staled". Link https://github.com/%s/issues/%s', $issue['number'], $repository->getFullName(), $issue['number']));
69+
$output->writeln(sprintf('Marking issue #%s as "Stalled". Link https://github.com/%s/issues/%s', $issue['number'], $repository->getFullName(), $issue['number']));
7070
}
7171

7272
return 0;

0 commit comments

Comments
 (0)