Skip to content

Commit 8ab0538

Browse files
committed
air-email-review: fix typo in the template response
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 5d238b6 commit 8ab0538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

air-email-review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def format_email(review_text: str, patch_info: Dict, from_addr: str,
160160
# Build email body
161161
body_lines = [
162162
"This is an AI-generated review of your patch. The human sending this",
163-
"email has considered the AI review valid, or at least pausible.",
163+
"email has considered the AI review valid, or at least plausible.",
164164
]
165165

166166
# Add optional header lines after the intro (interpret \n as newlines)

0 commit comments

Comments
 (0)