[PATCH util-modular v2 03/10] release.sh: fix "the the" typo

Emil Velikov emil.l.velikov at gmail.com
Fri Jul 1 16:28:05 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

v2: remove hunk which doesn't belong here.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index e5f8573..1363889 100755
--- a/release.sh
+++ b/release.sh
@@ -459,7 +459,7 @@ process_module() {
 	return 1
     fi
 
-    # If a tag exists with the the tar name, ensure it is tagging the top commit
+    # If a tag exists with the tar name, ensure it is tagging the top commit
     # It may happen if the version set in configure.ac has been previously released
     tagged_commit_sha=`git  rev-list --max-count=1 $tag_name 2>/dev/null`
     if [ $? -eq 0 ]; then
-- 
2.8.2



More information about the xorg-devel mailing list