cpp/poppler-document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c5cdf0cc01e9e61e3e4553d3e388a47ec5b41281 Author: luzpaz <[email protected]> Date: Wed Oct 24 18:11:31 2018 +0000 Fix typo in comment diff --git a/cpp/poppler-document.cpp b/cpp/poppler-document.cpp index 4b21d318..cdb47c4c 100644 --- a/cpp/poppler-document.cpp +++ b/cpp/poppler-document.cpp @@ -198,7 +198,7 @@ bool document::is_locked() const } /** - Unlocks the current doocument, if locked. + Unlocks the current document, if locked. \returns the new locking status of the document */ _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
