You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/10/27 13:38:43 UTC

[plc4x] branch feature/plc4go updated: - Fixed some small typos

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

cdutz pushed a commit to branch feature/plc4go
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/feature/plc4go by this push:
     new ac2dd33  - Fixed some small typos
ac2dd33 is described below

commit ac2dd33d685efedffd28c65e733b992569556df9
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Oct 27 14:38:35 2020 +0100

    - Fixed some small typos
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a83d4fe..05eab63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1045,7 +1045,7 @@
             <configuration>
               <outputDirectory>${project.build.directory}/site</outputDirectory>
               <resources>
-                <!-- Copy the tesources for the testsuites -->
+                <!-- Copy the resources for the test-suites -->
                 <resource>
                   <directory>${project.basedir}/plc4j/utils/test-utils/src/main/resources/schemas</directory>
                   <targetPath>${project.build.directory}/site/schemas</targetPath>