This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2ed8db346f96f4ff83f869586d7d28fb41608105 Author: Peter Palaga <[email protected]> AuthorDate: Wed Sep 9 09:45:59 2020 +0200 Fix comment spelling --- integration-tests/weather/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/weather/pom.xml b/integration-tests/weather/pom.xml index c3304ab..8af3ae4 100644 --- a/integration-tests/weather/pom.xml +++ b/integration-tests/weather/pom.xml @@ -69,7 +69,7 @@ <!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory --> - <!-- The following dependencies guarantee that this module is built after them. You can update them by runing `mvn process-resources -Pformat -N` from the source tree root directory --> + <!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory --> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-weather-deployment</artifactId>
