From 8b27b92bb71fd5651428533a8d8b01463468ffcf Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Thu, 20 Nov 2014 08:23:32 +0100
Subject: correction de la faute de frape sur le nom du maintainer

---
 Services/apache/Dockerfile   | 2 +-
 Services/mariadb/Dockerfile  | 2 +-
 Services/memcache/Dockerfile | 2 +-
 Services/nodejs/Dockerfile   | 2 +-
 Services/php/Dockerfile      | 2 +-
 Services/ssh/Dockerfile      | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'Services')

diff --git a/Services/apache/Dockerfile b/Services/apache/Dockerfile
index c3385d4..69c12ad 100644
--- a/Services/apache/Dockerfile
+++ b/Services/apache/Dockerfile
@@ -1,5 +1,5 @@
 FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
 
 COPY apache_run.sh /bin/
 RUN yum -y install httpd \
diff --git a/Services/mariadb/Dockerfile b/Services/mariadb/Dockerfile
index b354a0e..1bdf0ea 100644
--- a/Services/mariadb/Dockerfile
+++ b/Services/mariadb/Dockerfile
@@ -1,5 +1,5 @@
 FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
 
 COPY mariadb_run.sh /bin/
 RUN yum -y install \
diff --git a/Services/memcache/Dockerfile b/Services/memcache/Dockerfile
index b1150c1..1038c60 100644
--- a/Services/memcache/Dockerfile
+++ b/Services/memcache/Dockerfile
@@ -1,5 +1,5 @@
 FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
 
 COPY memcache_run.sh /bin/
 RUN yum -y install memcached \
diff --git a/Services/nodejs/Dockerfile b/Services/nodejs/Dockerfile
index 99d3023..0dac7de 100644
--- a/Services/nodejs/Dockerfile
+++ b/Services/nodejs/Dockerfile
@@ -1,5 +1,5 @@
 FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
 
 COPY nodejs_run.sh /bin/
 RUN yum -y install nodejs npm \
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile
index 730c4af..cca87cb 100644
--- a/Services/php/Dockerfile
+++ b/Services/php/Dockerfile
@@ -1,5 +1,5 @@
 FROM startx/sv-apache
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
 
 WORKDIR /src
 RUN yum -y install php php-pecl-mongo php-cli php-pear \
diff --git a/Services/ssh/Dockerfile b/Services/ssh/Dockerfile
index ce02260..c2a2c5e 100644
--- a/Services/ssh/Dockerfile
+++ b/Services/ssh/Dockerfile
@@ -1,5 +1,5 @@
 FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
 
 # Install packages and set up sshd
 RUN yum -y update \
-- 
cgit v1.2.3