Skip to content

Commit 2c0b5ec

Browse files
authored
fix: Typo (getsentry#745)
1 parent 22227f5 commit 2c0b5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/aws_lambda/test_aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class TestTransport(HttpTransport):
2626
def _send_event(self, event):
2727
# Delay event output like this to test proper shutdown
28-
# Note that AWS Lambda trunchates the log output to 4kb, so you better
28+
# Note that AWS Lambda truncates the log output to 4kb, so you better
2929
# pray that your events are smaller than that or else tests start
3030
# failing.
3131
time.sleep(1)

0 commit comments

Comments
 (0)