Simple typo fix .

Change-Id: I72c5ea73cd0a3625b94843a11abe9e5fcdaa55d5
diff --git a/automation/Dockerfile b/automation/Dockerfile
index f32ccf9..80b4e73 100644
--- a/automation/Dockerfile
+++ b/automation/Dockerfile
@@ -12,7 +12,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 FROM golang:1.6-alpine
-MAINTAINER Open Networking Labratory <info@onlab.us>
+MAINTAINER Open Networking Laboratory <info@onlab.us>
 
 RUN apk --update add openssh-client git
 
diff --git a/bootstrap/Dockerfile b/bootstrap/Dockerfile
index df6eb02..01705a4 100644
--- a/bootstrap/Dockerfile
+++ b/bootstrap/Dockerfile
@@ -12,7 +12,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 FROM ubuntu:14.04
-MAINTAINER Open Networking Labratory <info@onlab.us>
+MAINTAINER Open Networking Laboratory <info@onlab.us>
 
 RUN	apt-get update -y && \
 	apt-get install -y python-pip
diff --git a/config-generator/Dockerfile b/config-generator/Dockerfile
index 0aa2d4d..14696e1 100644
--- a/config-generator/Dockerfile
+++ b/config-generator/Dockerfile
@@ -13,7 +13,7 @@
 ## limitations under the License.
 FROM golang:alpine
 
-MAINTAINER Open Networking Labratory <info@onlab.us>
+MAINTAINER Open Networking Laboratory <info@onlab.us>
 
 RUN apk --update add git
 
diff --git a/harvester/Dockerfile b/harvester/Dockerfile
index fb3a2a2..d29598a 100644
--- a/harvester/Dockerfile
+++ b/harvester/Dockerfile
@@ -12,7 +12,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 FROM python:2.7-alpine
-MAINTAINER Open Networking Labratory <info@onlab.us>
+MAINTAINER Open Networking Laboratory <info@onlab.us>
 
 RUN apk update && apk add bind
 
diff --git a/ip-allocator/Dockerfile b/ip-allocator/Dockerfile
index ba7155d..c547f85 100644
--- a/ip-allocator/Dockerfile
+++ b/ip-allocator/Dockerfile
@@ -12,7 +12,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 FROM golang:alpine
-MAINTAINER Open Networking Labratory <info@onlab.us>
+MAINTAINER Open Networking Laboratory <info@onlab.us>
 
 RUN apk --update add git
 
diff --git a/provisioner/Dockerfile b/provisioner/Dockerfile
index f514520..6d75afb 100644
--- a/provisioner/Dockerfile
+++ b/provisioner/Dockerfile
@@ -12,7 +12,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 FROM ubuntu:14.04
-MAINTAINER Open Networking Labratory <info@onlab.us>
+MAINTAINER Open Networking Laboratory <info@onlab.us>
 
 # Base image information borrowed by official golang wheezy Dockerfile
 RUN apt-get update && apt-get install -y --no-install-recommends \
diff --git a/switchq/Dockerfile b/switchq/Dockerfile
index 9d3a453..b35438d 100644
--- a/switchq/Dockerfile
+++ b/switchq/Dockerfile
@@ -12,7 +12,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 FROM ubuntu:14.04
-MAINTAINER Open Networking Labratory <info@onlab.us>
+MAINTAINER Open Networking Laboratory <info@onlab.us>
 
 # Base image information borrowed by official golang wheezy Dockerfile
 RUN apt-get update && apt-get install -y --no-install-recommends \