]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- Fixed typo in error message.
authorqrczak <qrczak@pld-linux.org>
Sun, 11 Feb 2007 15:53:55 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spec_utf8 -> 1.11

spec_utf8

index 77a760d5ad1f8ec011edf5b54c6d2d537fb43a12..8f0de2a391171143f801a7cee46f8492b953113a 100644 (file)
--- a/spec_utf8
+++ b/spec_utf8
@@ -108,7 +108,7 @@ def parse_spec(infile, outfile):
         lang = r.group(1)
         (enc, pure_lang) = find_encoding(lang)
         if enc == None:
-          outfile.write("#spec_utf8: unknow lang code Summary(%s)\n" % (lang))
+          outfile.write("#spec_utf8: unknown lang code in Summary(%s)\n" % (lang))
          success = False
         elif not re_utf.search(enc):
           try:
This page took 0.049854 seconds and 4 git commands to generate.