fix typo
authorJan Szejko <janek37@gmail.com>
Mon, 24 Jul 2017 10:28:31 +0000 (12:28 +0200)
committerJan Szejko <janek37@gmail.com>
Mon, 24 Jul 2017 10:28:31 +0000 (12:28 +0200)
librarian/epub/xsltLast.xsl
librarian/pdf/wl2tex.xslt
librarian/text.py

index 9c5463d..e29c5f4 100644 (file)
@@ -24,7 +24,7 @@
           <p class="info">
               <xsl:choose>
                   <xsl:when test="//dc:rights.license">
-                      Ten utwór jest udostepniony na licencji
+                      Ten utwór jest udostępniony na licencji
                       <a>
                           <xsl:attribute name="href">
                               <xsl:value-of select="//dc:rights.license" />
index 8a31a22..525b412 100644 (file)
             \href{http://creativecommons.org/licenses/by-sa/3.0/}{Creative Commons
             Uznanie Autorstwa – Na Tych Samych Warunkach 3.0 PL}.}
         <xsl:if test=".//dc:rights.license">
-            \def\rightsinfo{Ten utwór jest udostepniony na licencji
+            \def\rightsinfo{Ten utwór jest udostępniony na licencji
             \href{<xsl:value-of select=".//dc:rights.license" />}{<TeXML escape="1"><xsl:apply-templates select=".//dc:rights" mode="inline" /></TeXML>}.}
         </xsl:if>
 
index 2577a20..4064849 100644 (file)
@@ -60,7 +60,7 @@ def transform(wldoc, flags=None, **options):
             license_description = parsed_dc.license_description
             license = parsed_dc.license
             if license:
-                license_description = u"Ten utwór jest udostepniony na licencji %s: \n%s" % (
+                license_description = u"Ten utwór jest udostępniony na licencji %s: \n%s" % (
                     license_description, license)
             else:
                 license_description = u"Ten utwór nie jest objęty majątkowym prawem autorskim i znajduje się " \