This is an automated email from the ASF dual-hosted git repository. bce pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/beam-swift.git
commit af3d4e58f2bc80a34da9dafcb4142a4b6d05bcfc Author: Byron Ellis <[email protected]> AuthorDate: Tue Oct 17 18:27:41 2023 -0700 Fix typo Co-authored-by: Robert Burke <[email protected]> --- Sources/ApacheBeam/Runtime/Bundle/Source.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ApacheBeam/Runtime/Bundle/Source.swift b/Sources/ApacheBeam/Runtime/Bundle/Source.swift index f2e4b56..adb6885 100644 --- a/Sources/ApacheBeam/Runtime/Bundle/Source.swift +++ b/Sources/ApacheBeam/Runtime/Bundle/Source.swift @@ -61,7 +61,7 @@ final class Source: SerializableFn { return (id, transform) // TODO: Handle timer messages default: - log.info("Unhanled message \(message)") + log.info("Unhandled message \(message)") } } return (context.instruction, context.transform)
