Skip to content

Commit f1f74e4

Browse files
committed
Fix typo
1 parent 6aab28d commit f1f74e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awscli/telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,5 +301,5 @@ def add_session_id_component_to_user_agent_extra(session, orchestrator=None):
301301
except Exception:
302302
# Ideally, the AWS CLI should never throw if the session id
303303
# can't be generated since it's not critical for users. Issues
304-
# with session dada should instead be caught server-side.
304+
# with session data should instead be caught server-side.
305305
pass

0 commit comments

Comments
 (0)