From b4489d9ea6663906293c4a8b01c0b28a80e9cb25 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 7 Mar 2011 02:39:20 +0000 Subject: [PATCH] tools: Fix typo in check-for-missing.py --- tools/check-for-missing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-for-missing.py b/tools/check-for-missing.py index 0a689d7ff..7fd8c8c7a 100755 --- a/tools/check-for-missing.py +++ b/tools/check-for-missing.py @@ -3,7 +3,7 @@ # This is a simple script that we use to check for files in git # and not in the distribution. It was previously written in shell # and inlined in the Makefile.am, but 'git ls-files --exclude=' -# was changed to no longer due anything useful, which made that +# was changed to no longer do anything useful, which made that # too challenging to be worthwhile. import fnmatch, os, subprocess, sys