fix typo in hardcoded text

This commit is contained in:
Kareila 2023-08-08 20:05:58 -05:00 committed by momijizukamori
parent 6f442e2042
commit f5bf8c37cb
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ sub _build_output {
} else {
# something happened, couldn't get the comment
$match->{entry} = '(sorry, this coment has been deleted or is otherwise unavailable)';
$match->{entry} = '(sorry, this comment has been deleted or is otherwise unavailable)';
$match->{subject} = 'Comment deleted or unavailable.';
}
push @out, $match;