[Pkg-isocodes-devel] [iso-codes] 04/07: Fix typo in comment

Tobias Quathamer toddy at moszumanska.debian.org
Wed Mar 2 21:14:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit 87cc1ab557f7d38c47b291388d5e373a2e2ae3b7
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Wed Mar 2 21:59:05 2016 +0100

    Fix typo in comment
---
 bin/check_valid_utf8.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/check_valid_utf8.py b/bin/check_valid_utf8.py
index 5cb152e..5a1db42 100755
--- a/bin/check_valid_utf8.py
+++ b/bin/check_valid_utf8.py
@@ -46,7 +46,7 @@ for filename in sys.argv:
                 break
             if re.search(r'Content-Type: text/plain; charset=UTF-8', utf8):
                 charset_utf8_seen = True
-        # The whole file has been read, the content time should have
+        # The whole file has been read, the content type should have
         # been detected now. Otherwise, it's an error.
         if not charset_utf8_seen:
             print("Error in file %s: could not detect Content-Type header" % filename)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list