X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph_funcs.h;h=bf7a6429fea07885c218203e509a83dc16ec6b14;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=c282617d722a618a033400438b9853f2a21b3ed9;hpb=f934b86850678bafc863d44710bce52957d2fad2;p=lyx.git diff --git a/src/paragraph_funcs.h b/src/paragraph_funcs.h index c282617d72..bf7a6429fe 100644 --- a/src/paragraph_funcs.h +++ b/src/paragraph_funcs.h @@ -27,11 +27,9 @@ class ParagraphList; /** * This breaks a paragraph at the specified position. * The new paragraph will: - * - Decrease depth by one (or chenge layout to default layout when + * - Decrease depth by one (or change layout to default layout) when * keep_layout == false * - keep current depth and layout when keep_layout == true - * Be aware that the old or new paragraph does not contain any rows - * after this. */ void breakParagraph(BufferParams const & bparams, ParagraphList & paragraphs,