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 2022/03/02 09:39:26 UTC

[plc4x] branch develop updated: Fix typos (#326)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new b2e0b93  Fix typos (#326)
b2e0b93 is described below

commit b2e0b93bc8632568653211422fa88df765ecfcc6
Author: Christian Clauss <cc...@me.com>
AuthorDate: Wed Mar 2 10:39:19 2022 +0100

    Fix typos (#326)
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f9a1d8f..8ced7f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,7 +28,7 @@ RUN apt update -y
 # Install general purpose tools
 RUN apt install -y make libpcap-dev libc-dev git
 
-# Requied for "with-boost" profile
+# Required for "with-boost" profile
 #RUN apt install -y bison flex gcc g++
 
 # Required for "with-cpp" profile
@@ -108,7 +108,7 @@ RUN /usr/lib/jvm/java-11-openjdk/bin/jlink \
     --release-info="add:IMPLEMENTOR=radistao:IMPLEMENTOR_VERSION=radistao_JRE" \
     --output "$JAVA_MINIMAL"
 
-# Now create an actuall deployment container
+# Now create an actual deployment container
 FROM alpine:3.10
 
 # Install our optimized JRE