Mesa (master): bin/get-fixes-pick-list.sh: fix typo

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Tue Apr 4 07:06:13 UTC 2017


Module: Mesa
Branch: master
Commit: 1bcdf74cdddf713c7067b700a2c6b5c19823dbe7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1bcdf74cdddf713c7067b700a2c6b5c19823dbe7

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Mon Apr  3 18:48:33 2017 +0200

bin/get-fixes-pick-list.sh: fix typo

Replace "nore" by "more".

Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 bin/get-fixes-pick-list.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/get-fixes-pick-list.sh b/bin/get-fixes-pick-list.sh
index 59bcae4f2d..75242a2282 100755
--- a/bin/get-fixes-pick-list.sh
+++ b/bin/get-fixes-pick-list.sh
@@ -27,7 +27,7 @@ do
 	# For each one try to extract the tag
 	fixes_count=`git show $sha | grep -i "fixes:" | wc -l`
 	if [ "x$fixes_count" != x1 ] ; then
-		echo WARNING: Commit $sha has nore than one Fixes tag
+		echo WARNING: Commit $sha has more than one Fixes tag
 	fi
 	fixes=`git show $sha | grep -i "fixes:" | head -n 1`
 	# The following sed/cut combination is borrowed from GregKH




More information about the mesa-commit mailing list