8000 spelling · itsmokha/botbuilder-python@7f54b35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f54b35

Browse files
author
Eric Dahlvang
authored
spelling
1 parent 4a21401 commit 7f54b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-core/botbuilder/core/bot_framework_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ async def process_activity_with_identity(
462462
# activities = [Activity().deserialize(activity) for activity in response.body]
463463
if context.activity.delivery_mode == DeliveryModes.expect_replies:
464464
serialized_activities = [
465-
activity.serialize() for activity in context.buffered_reply_activties
465+
activity.serialize() for activity in context.buffered_reply_activities
466466
]
467467
return InvokeResponse(status=200, body=serialized_activities)
468468

0 commit comments

Comments
 (0)
0