]> git.lyx.org Git - lyx.git/commitdiff
Few typos
authorPavel Sanda <sanda@lyx.org>
Sun, 13 Feb 2011 01:34:00 +0000 (01:34 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 13 Feb 2011 01:34:00 +0000 (01:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37611 a592a061-630c-0410-9148-cb99ea01b6c8

README.localization
src/Buffer.cpp

index 89b0645a5e01bcdcbfadaefce4905ba50b7e2bdd..7b94b4bd4c78f70fa6b318322c7448400b9d0c45 100644 (file)
@@ -118,7 +118,7 @@ changes or watch updates.
 8) SHALL ALL THE UNUSED STRINGS AT THE BOTTOM OF .PO FILE BE REMOVED,
    OR SHALL THEY STAY?
 
-As you wish. They can be reused for generating fuzzy hints, when completely
+As you wish. They can be reused for generating fuzzy hints when completely
 new strings appear, no other function.
 
 
index 24362784d54aa94a30ffc995274158b8e2489b7a..7d45448e3ff964c08be69a186744e285b3e1281b 100644 (file)
@@ -3582,7 +3582,7 @@ bool Buffer::doExport(string const & format, bool put_in_tempdir,
                error_list);
 
        // Emit the signal to show the error list or copy it back to the
-       // cloned Buffer so that it cab be emitted afterwards.
+       // cloned Buffer so that it can be emitted afterwards.
        if (format != backend_format) {
                if (d->cloned_buffer_) {
                        d->cloned_buffer_->d->errorLists[error_type] =