]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorankry <ankry@pld-linux.org>
Fri, 6 Oct 2006 18:41:51 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spec_utf8 -> 1.4

spec_utf8

index 9dc13c23459ccc3e0ef52401cce509fb22e2768f..62685af66dc4e5b770b21fd504db27801928eca1 100644 (file)
--- a/spec_utf8
+++ b/spec_utf8
@@ -88,7 +88,7 @@ def parse_spec(infile, outfile):
       if r:
         (enc, pure_lang) = find_encoding(r.group(2))
         if enc == None:
-          outfile.write("#unknow lang code in %%description -l %s\n" % (lang))
+          outfile.write("#unknown lang code in %%description -l %s\n" % (lang))
         elif not re_utf.search(enc):
           in_desc = True
           l = "%s-l %s.UTF-8%s\n" % (r.group(1), pure_lang, r.group(3))
This page took 0.043052 seconds and 4 git commands to generate.