mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
fix some more typos spotted by Yuri
This commit is contained in:
parent
f2b4d4febf
commit
d750b6610f
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user