From ab8645bc3fe2427e823ff1c54224c6e02c6a4a8d Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 13 Feb 2011 01:34:00 +0000 Subject: [PATCH] Few typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37611 a592a061-630c-0410-9148-cb99ea01b6c8 --- README.localization | 2 +- src/Buffer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.localization b/README.localization index 89b0645a5e..7b94b4bd4c 100644 --- a/README.localization +++ b/README.localization @@ -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. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 24362784d5..7d45448e3f 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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] =