Fix minor typo in Dockerfiles
[osm/devops.git] / docker / LCM / Dockerfile
index 9db4162..f4f09d8 100644 (file)
@@ -32,7 +32,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     curl=7.81.* \
     && 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 \
@@ -93,7 +93,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
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     DEBIAN_FRONTEND=noninteractive apt-get --yes install \