chore: Fix typos

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-28 10:29:38 +00:00
parent 043ef6fc96
commit 035e22a6ba
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ impl CommandRunner for ReopenArgs {
|issue_status| {
if issue_status.is_open() {
return Err(N34Error::InvalidStatus(
"You can't reopen an opened issue".to_owned(),
"You can't reopen an open issue".to_owned(),
));
}