Fix minor typo in Dockerfiles
[osm/devops.git] / docker / POL / Dockerfile
index 9fb1217..2216338 100644 (file)
@@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     && rm -rf /var/lib/apt/lists/*
 
 #######################################################################################
-# End of common prepration
+# End of common preparation
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     DEBIAN_FRONTEND=noninteractive apt-get --yes install \
@@ -70,7 +70,7 @@ COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-package
 COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
 
 #######################################################################################
-# End of common prepration
+# End of common preparation
 
 COPY --from=INSTALL /usr/bin/osm* /usr/bin/
 COPY --from=INSTALL /usr/bin/mysql /usr/bin/