From 992eae252441d6ad15d5a18283e934a6371a016b Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 5 Jun 2012 12:22:13 +0200 Subject: [PATCH] Typos --- development/attic/changelogs/ChangeLog-1.txt | 4 ++-- development/lyx.rpm.README | 2 +- src/Compare.cpp | 2 +- src/FontList.cpp | 2 +- src/IndicesList.h | 2 +- src/client/client.cpp | 2 +- src/support/weighted_btree.h | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/development/attic/changelogs/ChangeLog-1.txt b/development/attic/changelogs/ChangeLog-1.txt index 962e8253ee..364f2c2168 100644 --- a/development/attic/changelogs/ChangeLog-1.txt +++ b/development/attic/changelogs/ChangeLog-1.txt @@ -10591,7 +10591,7 @@ * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable that I removed earlier... It is really needed. - * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. + * lib/examples/multicol.lyx: new file, split from Extended.lyx. 2000-01-25 Jean-Marc Lasgouttes @@ -11809,7 +11809,7 @@ * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES - * src/layout.[hC] : LayoutTags splitted into several enums, new + * src/layout.[hC] : LayoutTags split into several enums, new methods created, better error handling cleaner use of lyxlex. Read the diff. diff --git a/development/lyx.rpm.README b/development/lyx.rpm.README index 18fd9164bd..29f7a2c77e 100644 --- a/development/lyx.rpm.README +++ b/development/lyx.rpm.README @@ -6,7 +6,7 @@ changes should be needed for other platforms. the qt-devel packages as well. 2) Install LaTeX. You can do this using RPMs from your distribution that - might be splitted in multiple packages (e.g. texlive, texlive-latex), + might be split in multiple packages (e.g. texlive, texlive-latex), or you can install TeXLive straight from the DVD. 3) Copy lyx.spec to the SPECS directory (on Redhat, this is located at diff --git a/src/Compare.cpp b/src/Compare.cpp index f5d1d54761..cd54e43bb4 100644 --- a/src/Compare.cpp +++ b/src/Compare.cpp @@ -272,7 +272,7 @@ private: /// around the middle snake. void diff_i(DocRangePair const & rp); - /// Processes the splitted chunks. It either adds them as deleted, + /// Processes the split chunks. It either adds them as deleted, /// as added, or call diff_i for further processing. void diffPart(DocRangePair const & rp); diff --git a/src/FontList.cpp b/src/FontList.cpp index afa7894ce9..efe1208f2f 100644 --- a/src/FontList.cpp +++ b/src/FontList.cpp @@ -143,7 +143,7 @@ void FontList::set(pos_type pos, Font const & font) bool const end = found && list_[i].pos() == pos; if (!begin && !end) { - // The general case: The block is splitted into 3 blocks + // The general case: The block is split into 3 blocks list_.insert(list_.begin() + i, FontTable(pos - 1, list_[i].font())); list_.insert(list_.begin() + i + 1, diff --git a/src/IndicesList.h b/src/IndicesList.h index 5a11e15527..69c8b3ef46 100644 --- a/src/IndicesList.h +++ b/src/IndicesList.h @@ -25,7 +25,7 @@ namespace lyx { * \class Index * * A class describing an Index type, such as "Index of Names". - * Different Index types are used in splitted Indices + * Different Index types are used in split Indices * * An Index has a name and a shortcut notation. It uses a * user-specifiable GUI colour. All these can be set and diff --git a/src/client/client.cpp b/src/client/client.cpp index 9b494c1eb2..3283566d48 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -293,7 +293,7 @@ bool LyXDataSocket::connected() const // Returns true if there was a complete line to input // A line is of the form : // A line not of this form will not be passed -// The line read is splitted and stored in 'key' and 'value' +// The line read is split and stored in 'key' and 'value' bool LyXDataSocket::readln(string & line) { int const charbuf_size = 100; diff --git a/src/support/weighted_btree.h b/src/support/weighted_btree.h index b64f95366f..10f4793ff3 100644 --- a/src/support/weighted_btree.h +++ b/src/support/weighted_btree.h @@ -2023,7 +2023,7 @@ private: slot -= inner->slotuse+1; inner = static_cast(*splitnode); - BTREE_PRINT("btree::insert_descend switching to splitted node " << inner << " slot " << slot <