Skip to content

Commit faa4397

Browse files
deepbluev7tulir
authored andcommitted
commant is probably less ant and more ent
1 parent 3c4ea87 commit faa4397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab_matrix/commands/issue.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def issue_close(self, evt: MessageEvent, repo: str, id: str, gl: Gl) -> No
4545

4646
await evt.reply(f"Closed issue #{issue.iid}: {issue.title}")
4747

48-
@issue.subcommand("comment", help="Write a commant on an issue.")
48+
@issue.subcommand("comment", help="Write a comment on an issue.")
4949
@OptUrlAliasArgument("login", "server URL or alias", arg_num=3)
5050
@OptRepoArgument("repo", "repository")
5151
@command.argument("id", "issue ID", parser=sigil_int)
@@ -59,7 +59,7 @@ async def issue_comment(self, evt: MessageEvent, repo: str, id: int, body: str,
5959
await evt.reply(f"Commented on issue #{issue.iid}: {issue.title}")
6060

6161
@issue.subcommand("comments", aliases=("read-comments",),
62-
help="Write a commant on an issue.")
62+
help="Write a comment on an issue.")
6363
@OptUrlAliasArgument("login", "server URL or alias", arg_num=2)
6464
@OptRepoArgument("repo", "repository")
6565
@command.argument("id", "issue ID", parser=sigil_int)

0 commit comments

Comments
 (0)