]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.cpp
Remove the bogus fixme.
[lyx.git] / src / PDFOptions.cpp
index ff44a17ddbd09d37193591930b64d8720c9336bd..ecfc1d067c4425dcef0c3aab14ca8c2561f80f2e 100644 (file)
@@ -95,7 +95,7 @@ void PDFOptions::writeLaTeX(odocstream & os, bool hyperref_already_provided) con
        opt += "unicode=true, ";
        
        // try to extract author and title from document when none is
-       // explicitely given
+       // explicitly given
        if (pdfusetitle && title.empty() && author.empty())
                opt += "pdfusetitle,";
        opt += "\n ";