You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/20 20:59:07 UTC

[beam] branch users/damccorm/typos created (now 498d92defb6)

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

damccorm pushed a change to branch users/damccorm/typos
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 498d92defb6 Fix some typos

This branch includes the following new commits:

     new 498d92defb6 Fix some typos

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix some typos

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/typos
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 498d92defb659b9ccccf5e81ed1b775d66426e84
Author: Danny McCormick <da...@google.com>
AuthorDate: Tue Dec 20 15:59:00 2022 -0500

    Fix some typos
---
 .../schematransform/SingleStoreSchemaTransformReadConfiguration.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/io/singlestore/src/main/java/org/apache/beam/sdk/io/singlestore/schematransform/SingleStoreSchemaTransformReadConfiguration.java b/sdks/java/io/singlestore/src/main/java/org/apache/beam/sdk/io/singlestore/schematransform/SingleStoreSchemaTransformReadConfiguration.java
index 6951e9b3183..5742dda6030 100644
--- a/sdks/java/io/singlestore/src/main/java/org/apache/beam/sdk/io/singlestore/schematransform/SingleStoreSchemaTransformReadConfiguration.java
+++ b/sdks/java/io/singlestore/src/main/java/org/apache/beam/sdk/io/singlestore/schematransform/SingleStoreSchemaTransformReadConfiguration.java
@@ -27,7 +27,7 @@ import org.apache.beam.sdk.values.Row;
 import org.apache.beam.sdk.values.TypeDescriptor;
 
 /**
- * Configuration for reading from SignleStoreDB.
+ * Configuration for reading from SingleStoreDB.
  *
  * <p>This class is meant to be used with {@link SingleStoreSchemaTransformReadProvider}.
  */