From 8c18cbf31bbbeae999d919c38f52bef2d6deda15 Mon Sep 17 00:00:00 2001
From: Scott McCarty <scott.mccarty@gmail.com>
Date: Wed, 1 Jul 2015 15:37:55 -0400
Subject: [PATCH] Fixed typo

Signed-off-by: Scott McCarty <smccarty@redhat.com>
---
 distros/Dockerfile.rhel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distros/Dockerfile.rhel b/distros/Dockerfile.rhel
index dee29ac..5ffe582 100644
--- a/distros/Dockerfile.rhel
+++ b/distros/Dockerfile.rhel
@@ -1,5 +1,5 @@
+# REPOSITORY https://github.com/docker/docker-bench-security
 
-EPOSITORY https://github.com/docker/docker-bench-security
 FROM rhel7
 
 MAINTAINER smccarty@redhat.com