You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2022/07/14 02:38:18 UTC

[beam] branch trivial_typo updated: Fix typo in comment

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

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


The following commit(s) were added to refs/heads/trivial_typo by this push:
     new 319fc7187f3 Fix typo in comment
319fc7187f3 is described below

commit 319fc7187f32f5cc8937d74a0e66421d330c73e4
Author: Luke Cwik <lc...@google.com>
AuthorDate: Wed Jul 13 19:38:09 2022 -0700

    Fix typo in comment
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 5ec9ae60b80..b8e6f37b47b 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -806,7 +806,7 @@ class BeamModulePlugin implements Plugin<Project> {
     // of commonly found dependencies. Because of this it is important that dependencies are added
     // to the correct configuration. Dependencies should fall into one of these four configurations:
     //  * implementation     - Required during compilation or runtime of the main source set.
-    //                         This configuration represents all dependencies that much also be shaded away
+    //                         This configuration represents all dependencies that must also be shaded away
     //                         otherwise the generated Maven pom will be missing this dependency.
     //  * shadow             - Required during compilation or runtime of the main source set.
     //                         Will become a runtime dependency of the generated Maven pom.