Skip to content

Commit 07dc4e4

Browse files
committed
Spelling fixes
1 parent 7871379 commit 07dc4e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ taskupdate
7272
testuuid
7373
typeerror
7474
vulnz
75+
fernet

src/a2a/server/tasks/database_push_notification_config_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,5 @@ async def delete_info(
284284
)
285285
else:
286286
logger.warning(
287-
f'Attempted to delete non-existent push notification config for task {task_id} with config_id: {config_id}'
287+
f'Attempted to delete push notification config for task {task_id} with config_id: {config_id} that does not exist.'
288288
)

0 commit comments

Comments
 (0)