fix some more typos spotted by Yuri

This commit is contained in:
Uwe Stöhr 2013-04-19 23:26:58 +02:00
parent f2b4d4febf
commit d750b6610f
4 changed files with 6 additions and 6 deletions

View File

@ -125,7 +125,7 @@ is_in_inset(lines, i, inset):
get_containing_inset(lines, i):
Finds out what kind of inset line i is within. Returns a
list containing what follows \begin_inset on the the line
list containing what follows \begin_inset on the line
on which the inset begins, plus the starting and ending line.
Returns False on any kind of error or if it isn't in an inset.
So get_containing_inset(document.body, i) might return:
@ -426,7 +426,7 @@ def is_in_inset(lines, i, inset):
def get_containing_inset(lines, i):
'''
Finds out what kind of inset line i is within. Returns a
list containing (i) what follows \begin_inset on the the line
list containing (i) what follows \begin_inset on the line
on which the inset begins, plus the starting and ending line.
Returns False on any kind of error or if it isn't in an inset.
'''
@ -450,7 +450,7 @@ def get_containing_inset(lines, i):
def get_containing_layout(lines, i):
'''
Finds out what kind of layout line i is within. Returns a
list containing (i) what follows \begin_layout on the the line
list containing (i) what follows \begin_layout on the line
on which the layout begins, plus the starting and ending line
and the start of the apargraph (after all params).
Returns False on any kind of error.

View File

@ -394,7 +394,7 @@ public:
/// Returns the buffer's filename. It is always an absolute path.
std::string absFileName() const;
/// Returns the the path where the buffer lives.
/// Returns the path where the buffer lives.
/// It is always an absolute path.
std::string filePath() const;

View File

@ -336,7 +336,7 @@ private:
/// when it is allowed to scroll below the document.
int minVisiblePart();
/// Search recursively for the the innermost inset that covers (x, y) position.
/// Search recursively for the innermost inset that covers (x, y) position.
/// \retval 0 if no inset is found.
Inset const * getCoveringInset(
Text const & text, //< The Text where we start searching.

View File

@ -269,7 +269,7 @@ private:
SnakeResult retrieveMiddleSnake(int k, int D, Direction direction,
DocPair & middle_snake);
/// Find the the furthest reaching D-path (number of horizontal
/// Find the furthest reaching D-path (number of horizontal
/// and vertical steps; differences between the old and new
/// document) in the k-diagonal (vertical minus horizontal steps).
void furthestDpathKdiagonal(int D, int k,