fix spelling error in container labels
Change-Id: I00b16566a2ab4129788e116d71eb2542558ef2fc
diff --git a/automation/Dockerfile b/automation/Dockerfile
index 24ade99..eaf8abe 100644
--- a/automation/Dockerfile
+++ b/automation/Dockerfile
@@ -32,7 +32,7 @@
LABEL org.label-schema.name="automation" \
org.label-schema.description="Provides automation of the compute node deployment and provisioning process" \
org.label-schema.vcs-url="https://gerrit.opencord.org/maas" \
- org.label-schema.vendor="Open Networking Labratory" \
+ org.label-schema.vendor="Open Networking Laboratory" \
org.label-schema.schema-version="1.0"
ENTRYPOINT ["/go/bin/cord-maas-automation"]