You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/11/05 16:55:56 UTC

[beam] 10/12: typo fix

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch beam23893pipelinehint
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c7c4c8d01a3f19401531d5328eee839c005051f6
Author: lostluck <13...@users.noreply.github.com>
AuthorDate: Fri Nov 4 16:19:53 2022 -0700

    typo fix
---
 sdks/go/pkg/beam/core/runtime/options.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/go/pkg/beam/core/runtime/options.go b/sdks/go/pkg/beam/core/runtime/options.go
index 6ad510144fb..5cf05d4f3ac 100644
--- a/sdks/go/pkg/beam/core/runtime/options.go
+++ b/sdks/go/pkg/beam/core/runtime/options.go
@@ -119,7 +119,7 @@ func (o *Options) Export() RawOptions {
 }
 
 // LoadOptionsFromFlags adds any flags not defined in excludeFlags to the options.
-// If the key is already defnined, it ignores that flag
+// If the key is already defined, it ignores that flag.
 func (o *Options) LoadOptionsFromFlags(excludeFlags map[string]bool) {
 	o.mu.Lock()
 	defer o.mu.Unlock()