You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bc...@apache.org on 2023/10/18 01:31:26 UTC

[beam-swift] 08/10: Fix typo

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 <by...@gmail.com>
AuthorDate: Tue Oct 17 18:27:41 2023 -0700

    Fix typo
    
    Co-authored-by: Robert Burke <lo...@users.noreply.github.com>
---
 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)