writerperfect/source/writer/EPUBExportFilter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 43fd2b2597ce7ac3307794c712e4d8e29e26db5c
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Fri Sep 22 11:36:31 2017 +0200

    Fix typo
    
    Change-Id: I3bdc875963c413996ffb6403c44968447dbb3131
    Reviewed-on: https://gerrit.libreoffice.org/42629
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>
    Tested-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git a/writerperfect/source/writer/EPUBExportFilter.cxx 
b/writerperfect/source/writer/EPUBExportFilter.cxx
index a00ad51a8488..eefbdc4c9d4d 100644
--- a/writerperfect/source/writer/EPUBExportFilter.cxx
+++ b/writerperfect/source/writer/EPUBExportFilter.cxx
@@ -30,7 +30,7 @@ namespace libepubgen
 {
     enum EPUBStylesMethod
     {
-        EPUB_STYLES_METHOD_CSS, //< The styles will be described in a 
seprarate CSS file.
+        EPUB_STYLES_METHOD_CSS, //< The styles will be described in a separate 
CSS file.
         EPUB_STYLES_METHOD_INLINE, //< The styles will be described inline.
     };
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to