Skip to content

Commit 2c638f2

Browse files
committed
fix typo
1 parent 7fbec1d commit 2c638f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ private final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate>
514514
"user-agent": .userAgent,
515515
"Lambda-Runtime-Function-Response-Mode": "streaming",
516516
// these are not used by this runtime client at the moment
517-
// FIXME: the eror handling should inject these headers in the streamed response to report mid-stream errors
517+
// FIXME: the error handling should inject these headers in the streamed response to report mid-stream errors
518518
"Trailer": "Lambda-Runtime-Function-Error-Type, Lambda-Runtime-Function-Error-Body",
519519
]
520520
}

0 commit comments

Comments
 (0)