[LyX/master] fix typo in fr/Intro.lyx

2024-04-04 Thread Jean-Marc Lasgouttes
commit b28655e91ec64b7fb063d8bfea548f82d5d4cc5b
Author: Jean-Marc Lasgouttes 
Date:   Thu Apr 4 17:16:06 2024 +0200

fix typo in fr/Intro.lyx
---
 lib/doc/fr/Intro.lyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/doc/fr/Intro.lyx b/lib/doc/fr/Intro.lyx
index 86bb5fabde..013f4fa0dd 100644
--- a/lib/doc/fr/Intro.lyx
+++ b/lib/doc/fr/Intro.lyx
@@ -288,7 +288,7 @@ Qu'est-ce que \SpecialChar LyX
  des articles dans des publications scientifiques,
  des scripts pour des pièces de théâtre ou des films,
  des propositions de contrats,
- des )présentations\SpecialChar ldots
+ des présentations\SpecialChar ldots
 
 \end_layout
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix typo

2023-05-27 Thread Richard Kimberly Heck
commit 04fe6c89dc0e40b9483029b53c97fd5081dc165f
Author: Richard Kimberly Heck 
Date:   Sat May 27 11:37:00 2023 -0400

Fix typo
---
 src/Text.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Text.cpp b/src/Text.cpp
index 923fc1d..80bd80c 100644
--- a/src/Text.cpp
+++ b/src/Text.cpp
@@ -5396,7 +5396,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
// invalid after regex_match returns, since it is then
// being given a temporary object. (Thanks to Georg for
// figuring that out.)
-   regex const link_re("^(([a-z]+):|www\.).*");
+regex const link_re("^(([a-z]+):|www\\.).*");
smatch matches;
string const c = to_utf8(lowercase(content));
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix typo in fr.po

2021-04-25 Thread jpc
commit 5e6636c769a91ecbbc0641b96a9a180c25138632
Author: jpc 
Date:   Sun Apr 25 11:29:47 2021 +0200

 Fix typo in fr.po
---
 po/fr.gmo |  Bin 622906 -> 622906 bytes
 po/fr.po  |4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/fr.gmo b/po/fr.gmo
index 527cc90..52d4085 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index 11df421..820db52 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -363,7 +363,7 @@ msgstr ""
 "Project-Id-Version: LyX 2.4\n"
 "Report-Msgid-Bugs-To: lyx-de...@lists.lyx.org\n"
 "POT-Creation-Date: 2021-04-19 10:53+0200\n"
-"PO-Revision-Date: 2021-04-19 10:54+0200\n"
+"PO-Revision-Date: 2021-04-25 11:29+0200\n"
 "Last-Translator: Jean-Pierre Chrétien \n"
 "Language-Team: lyxfr\n"
 "Language: fr\n"
@@ -29216,7 +29216,7 @@ msgid ""
 "where 'driver' is name of the driver command."
 msgstr ""
 "La commande requise pour utiliser le paquetage minted\n"
-"(pigmentize) n'a pas été trouvée. Vérifier que le module\n"
+"(pygmentize) n'a pas été trouvée. Vérifier que le module\n"
 " python-pygments est installé ou alors, si le pilote\n"
 "porte un nom différent, ajouter la ligne suivante au\\n\n"
 "préambule du document :\n"
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix typo (from Thibaut)

2020-05-08 Thread Richard Kimberly Heck
commit b1a0f7ac544f05846f64ec49dd5588c78085a57e
Author: Richard Kimberly Heck 
Date:   Fri May 8 13:32:08 2020 -0400

Fix typo (from Thibaut)
---
 src/graphics/PreviewLoader.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/graphics/PreviewLoader.cpp b/src/graphics/PreviewLoader.cpp
index d9133d9..7d72c1d 100644
--- a/src/graphics/PreviewLoader.cpp
+++ b/src/graphics/PreviewLoader.cpp
@@ -689,7 +689,7 @@ void PreviewLoader::Impl::startLoading(bool wait)
}
dumpPreamble(os, flavor);
// handle inputenc etc.
-   // I think, this is already hadled by dumpPreamble(): Kornel
+   // I think this is already handled by dumpPreamble(): Kornel
// buffer_.params().writeEncodingPreamble(os, features);
of << "\n\\begin{document}\n";
dumpData(of, inprogress.snippets);
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix typo.

2020-05-01 Thread Richard Kimberly Heck
commit 8a4bb40c7ee360c02768776654668eb5eeabfc15
Author: Richard Kimberly Heck 
Date:   Fri May 1 19:25:27 2020 -0400

Fix typo.
---
 src/insets/InsetTabular.cpp |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index dc8be28..b87ab34 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -620,7 +620,7 @@ InsetTableCell splitCell(InsetTableCell & head, docstring 
const & align_d, bool
DocIterator const dit = separatorPos(, align_d);
hassep = (bool)dit;
if (hassep) {
-   pit_type const psize = head.paragraphs().front().size();
+   pos_type const psize = head.paragraphs().front().size();
head.paragraphs().front().eraseChars(dit.pos(), psize, false);
tail.paragraphs().front().eraseChars(0,
dit.pos() < psize ? dit.pos() + 1 : psize, false);
@@ -4377,7 +4377,7 @@ void InsetTabular::metrics(MetricsInfo & mi, Dimension & 
dim) const
docstring const align_d = 
tabular.column_info[c].decimal_point;
dit = separatorPos(, align_d);
 
-   pit_type const psize = 
tail.paragraphs().front().size();
+   pos_type const psize = 
tail.paragraphs().front().size();
if (dit) {
tail.paragraphs().front().eraseChars(0,
dit.pos() < psize ? dit.pos() + 
1 : psize, false);
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix typo.

2020-03-26 Thread Juergen Spitzmueller
commit 5db8b65e4647ec1b2a3b0a4765118c845605d99f
Author: Juergen Spitzmueller 
Date:   Thu Mar 26 16:32:13 2020 +0100

Fix typo.
---
 src/frontends/qt/ui/TocUi.ui |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/frontends/qt/ui/TocUi.ui b/src/frontends/qt/ui/TocUi.ui
index a76df23..7acaf57 100644
--- a/src/frontends/qt/ui/TocUi.ui
+++ b/src/frontends/qt/ui/TocUi.ui
@@ -9,7 +9,7 @@

 0
 0
-231
+290
 437

   
@@ -320,7 +320,7 @@
 


-Filter items that are not output (in notes, inactive branches, 
deleted in chagte tracking, etc.)
+Filter items that are not output (in notes, inactive branches, 
deleted in change tracking, etc.)


 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix typo in tooltip

2020-01-14 Thread Juergen Spitzmueller
commit 78ac0b42669ecd0db1f2027e5ddbd7a35a5e2e11
Author: Juergen Spitzmueller 
Date:   Tue Jan 14 13:02:40 2020 +0100

Fix typo in tooltip
---
 src/frontends/qt/ui/PrefEditUi.ui |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/frontends/qt/ui/PrefEditUi.ui 
b/src/frontends/qt/ui/PrefEditUi.ui
index 69aa6f5..987dc92 100644
--- a/src/frontends/qt/ui/PrefEditUi.ui
+++ b/src/frontends/qt/ui/PrefEditUi.ui
@@ -7,7 +7,7 @@
 0
 0
 494
-583
+614

   
   
@@ -151,7 +151,7 @@
   

 
- If this is checked, deleted and added text in change tracking 
mde will not be resolved on copy/paste operations and when moving content 
from/to insets
+ If this is checked, deleted and added text in change tracking 
mode will not be resolved on copy/paste operations and when moving content 
from/to insets
 
 
  Keep change tracking markup on copy and paste
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix typo (thanks to Salvatore Falco for the fix).

2019-11-04 Thread José Matos
commit 668aa17ad7567b5969796b9a7a8f57f57a646e92
Author: José Matos 
Date:   Mon Nov 4 12:12:23 2019 +

Fix typo (thanks to Salvatore Falco for the fix).
---
 lib/lyx2lyx/lyx_2_1.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py
index 8838a64..133d500 100644
--- a/lib/lyx2lyx/lyx_2_1.py
+++ b/lib/lyx2lyx/lyx_2_1.py
@@ -181,7 +181,7 @@ def convert_TeX_brace_to_Argument(document, line, n, nmax, 
inset, environment, o
 else:
   beginBrace = find_token(document.body, "{", endBrace, end_layout)
 # assure that the ERTs are consecutive (11 or 12 depending if 
there is a space between the ERTs or not)
-if beginBrance != -1 and (beginBrace == endBrace + 11 or 
beginBrace == endBrace + 12):
+if beginBrace != -1 and (beginBrace == endBrace + 11 or beginBrace 
== endBrace + 12):
   end = find_token(document.body, "\\end_inset", beginBrace)
   document.body[lineERT : end + 1] = ["\\end_layout", "", 
"\\end_inset"]
   if loop == 1:
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix typo

2019-07-24 Thread Richard Kimberly Heck
commit 4597622ce50a4c00d4a7bf8ee9639fec03c7a8dc
Author: Richard Kimberly Heck 
Date:   Thu Jul 25 00:04:59 2019 -0400

Fix typo
---
 lib/generate_contributions.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/generate_contributions.py b/lib/generate_contributions.py
index 827e247..beea9f0 100755
--- a/lib/generate_contributions.py
+++ b/lib/generate_contributions.py
@@ -1144,7 +1144,7 @@ contributors = [
  u"Initial version of the koma-script textclasses"),
 
  contributor(u"Joel Kulesza",
- "jkulesza () gmail ! com>",
+ "jkulesza () gmail ! com",
  "GPL",
  "License to Publish Work",
  "m=147735429207382",


[LyX/master] Fix typo in de.po

2019-05-24 Thread Juergen Spitzmueller
commit aefb7a1c5e330c256b15be68153910ae15f90d13
Author: Juergen Spitzmueller 
Date:   Fri May 24 10:20:01 2019 +0200

Fix typo in de.po
---
 po/de.po |   11 ++-
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/po/de.po b/po/de.po
index a5d539d..4e3146f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -95,14 +95,14 @@ msgstr ""
 "Project-Id-Version: LyX 2.4git\n"
 "Report-Msgid-Bugs-To: lyx-de...@lists.lyx.org\n"
 "POT-Creation-Date: 2019-05-21 13:09+0200\n"
-"PO-Revision-Date: 2019-05-21 13:19+0200\n"
+"PO-Revision-Date: 2019-05-24 10:19+0200\n"
 "Last-Translator: Juergen Spitzmueller \n"
-"Language-Team: German \n"
+"Language-Team: German \n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 18.12.1\n"
+"X-Generator: Lokalize 19.04.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: src/frontends/qt4/ui/AboutUi.ui:42
@@ -3151,8 +3151,9 @@ msgid ""
 "changes, or the document directory path). Disabling this option plays nicer "
 "in collaborative settings and with version control systems."
 msgstr ""
-"Speichert alle Parameter in die LyX-Datei, auch die, die oft geändert werden "
-"oder die benutzerspezifisch sind  (so wie die Ausgabe von vervolgten "
+"Speichert alle Parameter in die LyX-Datei, auch solche, die oft geändert"
+" werden "
+"oder die benutzerspezifisch sind  (so wie die Ausgabe von verfolgten "
 "Änderungen oder den Dateipfad). Diese Option zu deaktivieren hilft bei "
 "Dokumenten, die von mehreren Personen bearbeitet werden und bei der "
 "Verwendung von Versionskontrollsystemen."


[LyX/master] fix typo in comment

2019-03-31 Thread Juergen Spitzmueller
commit b1c36045ee425b3130cc04b1f1d2690087e244d9
Author: Juergen Spitzmueller 
Date:   Sun Mar 31 14:30:55 2019 +0200

fix typo in comment
---
 src/tex2lyx/Parser.cpp |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp
index 37f7dee..a538c76 100644
--- a/src/tex2lyx/Parser.cpp
+++ b/src/tex2lyx/Parser.cpp
@@ -588,8 +588,8 @@ bool Parser::hasListPreamble(string const itemcmd)
getArg('{', '}');
// and swallow spaces and comments
skip_spaces(true);
-   // we have a preamvle if the next thing that follows is not
-   // the \item command
+   // we have a list preamble if the next thing
+   // that follows is not the \item command
bool res =  next_token().cs() != itemcmd;
// back to orig position
pos_ = oldpos;


[LyX/master] Fix typo

2018-07-05 Thread Juergen Spitzmueller
commit 981e76a02c8552b680f798b9d7f9bd1c0e6f0bdf
Author: Juergen Spitzmueller 
Date:   Thu Jul 5 17:49:46 2018 +0200

Fix typo
---
 lib/doc/UserGuide.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index fdc520e..c253e22 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
@@ -30367,7 +30367,7 @@ biblatex
 \series default
 , you can enter options that determine how the bibliography is printed (for
  example how its heading will appear).
- These options are deescribed in detail in the 
+ These options are described in detail in the 
 \series bold
 biblatex
 \series default


[LyX/master] Fix typo.

2017-12-20 Thread Juergen Spitzmueller
commit 74607702a585fd68bdf6b9cda668421a4ed06f3e
Author: Juergen Spitzmueller 
Date:   Wed Dec 20 12:17:04 2017 +0100

Fix typo.

This had the effect that for file dialogs supposed to use two buttons,
only the second one was displayed, while file dialogs supposed to use
one button did not have a button at all.

Candidate for 2.3.x and 2.2.x.
---
 src/frontends/qt4/GuiPrefs.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp
index 1474cb3..e93c6b7 100644
--- a/src/frontends/qt4/GuiPrefs.cpp
+++ b/src/frontends/qt4/GuiPrefs.cpp
@@ -112,7 +112,7 @@ QString browseFile(QString const & filename,
lastPath = fallback_dir;
 
FileDialog dlg(title);
-   dlg.setButton2(label1, dir1);
+   dlg.setButton1(label1, dir1);
dlg.setButton2(label2, dir2);
 
FileDialog::Result result;


[LyX/master] Fix typo in comment

2017-03-18 Thread Scott Kostyshak
commit 82705a0e8a852a12985b75c4546b3439ad335a1c
Author: Scott Kostyshak 
Date:   Mon Mar 6 22:52:23 2017 -0500

Fix typo in comment
---
 src/FuncRequest.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/FuncRequest.cpp b/src/FuncRequest.cpp
index a8d8859..224ba27 100644
--- a/src/FuncRequest.cpp
+++ b/src/FuncRequest.cpp
@@ -68,7 +68,7 @@ FuncRequest::FuncRequest(FuncRequest const & cmd, docstring 
const & arg, Origin
 
 namespace {
 
-// Extracts arguments from str into args. Arguments are delimted by
+// Extracts arguments from str into args. Arguments are delimited by
 // whitespace or by double quotes.
 // We extract at most max + 1 arguments, treating args[max] as
 // continuing to eol.


[LyX/master] Fix typo in Development.lyx

2017-01-09 Thread Scott Kostyshak
commit 578f964d9f472e804a4b80884850d0cd6c1dd5dd
Author: Scott Kostyshak 
Date:   Mon Jan 9 13:48:32 2017 -0500

Fix typo in Development.lyx
---
 lib/doc/Development.lyx |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx
index 58d0f8f..9232eea 100644
--- a/lib/doc/Development.lyx
+++ b/lib/doc/Development.lyx
@@ -1,5 +1,5 @@
 #LyX 2.3 created this file. For more info see http://www.lyx.org/
-\lyxformat 515
+\lyxformat 527
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -78,7 +78,8 @@ logicalmkup
 \tocdepth 4
 \paragraph_separation indent
 \paragraph_indentation default
-\quotes_language english
+\quotes_style english
+\dynamic_quotes 0
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
@@ -766,7 +767,7 @@ updatedocs.py
 \end_layout
 
 \begin_layout Standard
-Note that we do not automatically any local layout used in the 
+Note that we do not automatically update any local layout used in the 
 \begin_inset Flex Code
 status collapsed
 


[LyX/master] Fix typo in new dia converter.

2016-07-31 Thread Richard Heck
commit 69f8ab21ef600b06ec31a977fc8e8a9dcdcdb4ba
Author: Richard Heck 
Date:   Sun Jul 31 12:46:12 2016 -0400

Fix typo in new dia converter.
---
 lib/configure.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/configure.py b/lib/configure.py
index 2345deb..75345fb 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -979,7 +979,7 @@ def checkConverterEntries():
 path, dia = checkProg('a Dia -> Image converter', ['dia'])
 if dia == 'dia':
 addToRC(r'''\converter diapng"dia -e $$o -t png $$i"   
""
-\converter diaeps"dia -e $$o -t eps $$i"   ""'
+\converter diaeps"dia -e $$o -t eps $$i"   ""
 \converter diasvg"dia -e $$o -t svg $$i"   ""''')
 
 #


[LyX/master] Fix typo

2016-07-13 Thread José Matos
commit b41300d81984a6b7f4e4784c6dbc763bac49d5ee
Author: José Matos 
Date:   Wed Jul 13 16:46:52 2016 +0100

Fix typo
---
 src/BufferParams.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/BufferParams.h b/src/BufferParams.h
index 7314b42..aecf76b 100644
--- a/src/BufferParams.h
+++ b/src/BufferParams.h
@@ -382,7 +382,7 @@ public:
bool use_bibtopic;
/// Split the index?
bool use_indices;
-   /// Save trensient properties?
+   /// Save transient properties?
bool save_transient_properties;
/// revision tracking for this buffer ? (this is a transient property)
bool track_changes;


[LyX/master] Fix typo, and also check if string is null.

2016-06-18 Thread Richard Heck
commit 066cc0c9c0ee7ac4a91982e2671c01cfd3256dee
Author: Richard Heck 
Date:   Sat Jun 18 18:32:21 2016 -0400

Fix typo, and also check if string is null.

diff --git a/src/frontends/qt4/GuiRef.cpp b/src/frontends/qt4/GuiRef.cpp
index 795736c..549e3cc 100644
--- a/src/frontends/qt4/GuiRef.cpp
+++ b/src/frontends/qt4/GuiRef.cpp
@@ -118,7 +118,8 @@ void GuiRef::gotoClicked()
// to which we are going (or from which we are returning) is
// restored in the dialog. It's a bit of a hack, but it works,
// and no-one seems to have any better idea.
-   bool const toggled = last_reference_.empty();
+   bool const toggled = 
+   last_reference_.isEmpty() || last_reference_.isNull();
if (toggled)
last_reference_ = referenceED->text();
gotoRef();


[LyX/master] Fix typo.

2015-12-08 Thread Richard Heck
commit 07992c9955afb490f2dc3e03a65c1aa0e59b06c6
Author: Richard Heck 
Date:   Tue Dec 8 10:41:22 2015 -0500

Fix typo.

diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx
index ce2d8c4..a4a7a6a 100644
--- a/lib/doc/Development.lyx
+++ b/lib/doc/Development.lyx
@@ -664,8 +664,18 @@ status collapsed
  For example, if a 2.2.0 user exported a template to 2.1.x format and tried
  to open the file in LyX 2.1.x, there would be an error because the file would
  contain a local layout whose format is too new.
- The root reason for this is that we do support converting layouts to older
- layout formats, as we do for the .lyx file format.
+ The root reason for this is that we do not support converting layouts to
+ older layout formats, as we do for the 
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+.lyx
+\end_layout
+
+\end_inset
+
+ file format.
 \end_layout
 
 \begin_layout Subsection


[LyX/master] Fix typo

2015-10-09 Thread Georg Baum
commit 3602baa40c283f32fea3dcfde08b12306afe3dab
Author: Georg Baum 
Date:   Fri Oct 9 21:37:43 2015 +0200

Fix typo

Found by gcc: operation on 'preview_ptr' may be undefined [-Wsequence-point]

diff --git a/src/insets/InsetExternal.cpp b/src/insets/InsetExternal.cpp
index a62100e..cb86df4 100644
--- a/src/insets/InsetExternal.cpp
+++ b/src/insets/InsetExternal.cpp
@@ -617,7 +617,7 @@ void InsetExternal::setParams(InsetExternalParams const & p)
break;
case PREVIEW_INSTANT: {
renderer_.reset(new RenderMonitoredPreview(this));
-   RenderMonitoredPreview * preview_ptr = preview_ptr = 
renderer_->asMonitoredPreview();
+   RenderMonitoredPreview * preview_ptr = 
renderer_->asMonitoredPreview();
preview_ptr->fileChanged(bind(::fileChanged, 
this));
if (preview_ptr->monitoring())
preview_ptr->stopMonitoring();


[LyX/master] Fix typo.

2015-01-01 Thread Enrico Forestieri
commit 78242f6cd79c19bae4714e853e0ea68ba8433ec2
Author: Enrico Forestieri for...@lyx.org
Date:   Thu Jan 1 19:37:46 2015 +0100

Fix typo.

diff --git a/po/it.gmo b/po/it.gmo
index e664c1b..459f25a 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index bacd128..8206b2c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgstr 
 Project-Id-Version: it\n
 Report-Msgid-Bugs-To: lyx-de...@lists.lyx.org\n
 POT-Creation-Date: 2015-01-01 19:14+0100\n
-PO-Revision-Date: 2015-01-01 19:31+0100\n
+PO-Revision-Date: 2015-01-01 19:36+0100\n
 Last-Translator: Enrico Forestieri for...@lyx.org\n
 Language-Team: italiano i...@li.org\n
 Language: it\n
@@ -27218,7 +27218,7 @@ msgid 
 msgstr 
 LyX è distribuito nella speranza di essere utile ma SENZA NESSUNA GARANZIA, 
nemmeno la garanzia implicita della COMMERCIABILITÀ o dell'IDONEITÀ AD UNO 
SCOPO PARTICOLARE.\n
 Consultate la GNU General Public License (GPL) per ulteriori dettagli.\n
-Dovreste aver ricevuto una copia della GNU General Public License (GPL) 
insieme a questo programma; se non così non fosse, scrivete alla Free Software 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+Dovreste aver ricevuto una copia della GNU General Public License (GPL) 
insieme a questo programma; se così non fosse, scrivete alla Free Software 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 #: src/frontends/qt4/GuiAbout.cpp:111
 msgid not released yet


[LyX/master] Fix typo.

2015-01-01 Thread Enrico Forestieri
commit 78242f6cd79c19bae4714e853e0ea68ba8433ec2
Author: Enrico Forestieri 
Date:   Thu Jan 1 19:37:46 2015 +0100

Fix typo.

diff --git a/po/it.gmo b/po/it.gmo
index e664c1b..459f25a 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index bacd128..8206b2c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: it\n"
 "Report-Msgid-Bugs-To: lyx-de...@lists.lyx.org\n"
 "POT-Creation-Date: 2015-01-01 19:14+0100\n"
-"PO-Revision-Date: 2015-01-01 19:31+0100\n"
+"PO-Revision-Date: 2015-01-01 19:36+0100\n"
 "Last-Translator: Enrico Forestieri \n"
 "Language-Team: italiano \n"
 "Language: it\n"
@@ -27218,7 +27218,7 @@ msgid ""
 msgstr ""
 "LyX è distribuito nella speranza di essere utile ma SENZA NESSUNA GARANZIA, 
nemmeno la garanzia implicita della COMMERCIABILITÀ o dell'IDONEITÀ AD UNO 
SCOPO PARTICOLARE.\n"
 "Consultate la GNU General Public License (GPL) per ulteriori dettagli.\n"
-"Dovreste aver ricevuto una copia della GNU General Public License (GPL) 
insieme a questo programma; se non così non fosse, scrivete alla Free Software 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
+"Dovreste aver ricevuto una copia della GNU General Public License (GPL) 
insieme a questo programma; se così non fosse, scrivete alla Free Software 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
 
 #: src/frontends/qt4/GuiAbout.cpp:111
 msgid "not released yet"


[LyX/master] Fix typo

2014-11-16 Thread Georg Baum
commit e7a8f63e1bd14e78b28d1d710b5e071427dbc96f
Author: Georg Baum b...@lyx.org
Date:   Sun Nov 16 12:40:23 2014 +0100

Fix typo

diff --git a/src/support/ForkedCalls.cpp b/src/support/ForkedCalls.cpp
index 00dca3e..6330797 100644
--- a/src/support/ForkedCalls.cpp
+++ b/src/support/ForkedCalls.cpp
@@ -381,7 +381,7 @@ int ForkedCall::generateChild()
vectorchar *::iterator ait = argv.begin();
vectorchar *::iterator const aend = argv.end();
lyxerr  command\n\t  line
-   \n\tInterpretted as:\n\n;
+   \n\tInterpreted as:\n\n;
for (; ait != aend; ++ait)
if (*ait)
lyxerr  '\t' *ait  '\n';


[LyX/master] Fix typo

2014-11-16 Thread Georg Baum
commit e7a8f63e1bd14e78b28d1d710b5e071427dbc96f
Author: Georg Baum 
Date:   Sun Nov 16 12:40:23 2014 +0100

Fix typo

diff --git a/src/support/ForkedCalls.cpp b/src/support/ForkedCalls.cpp
index 00dca3e..6330797 100644
--- a/src/support/ForkedCalls.cpp
+++ b/src/support/ForkedCalls.cpp
@@ -381,7 +381,7 @@ int ForkedCall::generateChild()
vector::iterator ait = argv.begin();
vector::iterator const aend = argv.end();
lyxerr << "\n\t" << line
-  << "\n\tInterpretted as:\n\n";
+  << "\n\tInterpreted as:\n\n";
for (; ait != aend; ++ait)
if (*ait)
lyxerr << '\t'<< *ait << '\n';


[LyX/master] Fix typo spotted by Hartmut.

2014-10-26 Thread Juergen Spitzmueller
commit 38644a5b26dcda50a327ab21e4cf7549fa415c4e
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Sat Oct 25 13:41:29 2014 +0200

Fix typo spotted by Hartmut.

diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx
index 21054ce..7f2dccd 100644
--- a/lib/doc/de/UserGuide.lyx
+++ b/lib/doc/de/UserGuide.lyx
@@ -8479,12 +8479,10 @@ Verbatim
 \end_layout
 
 \begin_layout Verbatim
-
 Dies ist Verbatim.
 \end_layout
 
 \begin_layout Verbatim
-
 Die folgenden 2 Zeilen sind leer:
 \end_layout
 
@@ -8497,7 +8495,6 @@ Die folgenden 2 Zeilen sind leer:
 \end_layout
 
 \begin_layout Verbatim
-
 Fast alles ist in Verbatim erlaubt:%$§#~'`
 \backslash
 }][{|
@@ -33312,7 +33309,7 @@ arg   dialog-show character
 \end_layout
 
 \begin_layout Standard
-Alle von LyX unterstützten Wörterbucher können von hier heruntergeladen
+Alle von LyX unterstützten Wörterbücher können von hier heruntergeladen
  werden:
 \begin_inset Newline newline
 \end_inset
@@ -33692,13 +33689,13 @@ user
 \end_inset
 
  Bei Windows kann man alternativ dazu auch im LyX-Installer auswählen, welche
- Wörterbucher installiert werden sollen; diese werden dann direkt am richtigen
+ Wörterbücher installiert werden sollen; diese werden dann direkt am richtigen
  Ort installiert.
 \end_layout
 
 \begin_layout Standard
 Wenn Sie neue\SpecialChar \slash{}
-weitere Wörterbucher installieren möchten, können Sie sie von
+weitere Wörterbücher installieren möchten, können Sie sie von
  hier herunterladen:
 \end_layout
 


[LyX/master] Fix typo spotted by Hartmut.

2014-10-26 Thread Juergen Spitzmueller
commit 38644a5b26dcda50a327ab21e4cf7549fa415c4e
Author: Juergen Spitzmueller 
Date:   Sat Oct 25 13:41:29 2014 +0200

Fix typo spotted by Hartmut.

diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx
index 21054ce..7f2dccd 100644
--- a/lib/doc/de/UserGuide.lyx
+++ b/lib/doc/de/UserGuide.lyx
@@ -8479,12 +8479,10 @@ Verbatim
 \end_layout
 
 \begin_layout Verbatim
-
 Dies ist Verbatim.
 \end_layout
 
 \begin_layout Verbatim
-
 Die folgenden 2 Zeilen sind leer:
 \end_layout
 
@@ -8497,7 +8495,6 @@ Die folgenden 2 Zeilen sind leer:
 \end_layout
 
 \begin_layout Verbatim
-
 Fast alles ist in Verbatim erlaubt:"%&$§#~'`
 \backslash
 }][{|
@@ -33312,7 +33309,7 @@ arg   "dialog-show character"
 \end_layout
 
 \begin_layout Standard
-Alle von LyX unterstützten Wörterbucher können von hier heruntergeladen
+Alle von LyX unterstützten Wörterbücher können von hier heruntergeladen
  werden:
 \begin_inset Newline newline
 \end_inset
@@ -33692,13 +33689,13 @@ user
 \end_inset
 
  Bei Windows kann man alternativ dazu auch im LyX-Installer auswählen, welche
- Wörterbucher installiert werden sollen; diese werden dann direkt am richtigen
+ Wörterbücher installiert werden sollen; diese werden dann direkt am richtigen
  Ort installiert.
 \end_layout
 
 \begin_layout Standard
 Wenn Sie neue\SpecialChar \slash{}
-weitere Wörterbucher installieren möchten, können Sie sie von
+weitere Wörterbücher installieren möchten, können Sie sie von
  hier herunterladen:
 \end_layout
 


[LyX/master] Fix typo spotted by cppcheck

2014-07-05 Thread Jean-Marc
commit 8715bab65cc87272dd0d701e31b37363d43d6e95
Author: Jean-Marc lasgout...@lyx.org
Date:   Sat Jul 5 18:01:19 2014 +0200

Fix typo spotted by cppcheck

diff --git a/src/support/lstrings.cpp b/src/support/lstrings.cpp
index 8508e4e..ea1ba59 100644
--- a/src/support/lstrings.cpp
+++ b/src/support/lstrings.cpp
@@ -1458,7 +1458,7 @@ docstring bformat(docstring const  fmt, char const * 
arg1, docstring arg2)
LATTEST(contains(fmt, from_ascii(%1$s)));
LATTEST(contains(fmt, from_ascii(%2$s)));
docstring str = subst(fmt, from_ascii(%1$s), from_ascii(arg1));
-   str = subst(fmt, from_ascii(%2$s), arg2);
+   str = subst(str, from_ascii(%2$s), arg2);
return subst(str, from_ascii(%%), from_ascii(%));
 }
 


[LyX/master] Fix typo spotted by cppcheck

2014-07-05 Thread Jean-Marc
commit 8715bab65cc87272dd0d701e31b37363d43d6e95
Author: Jean-Marc 
Date:   Sat Jul 5 18:01:19 2014 +0200

Fix typo spotted by cppcheck

diff --git a/src/support/lstrings.cpp b/src/support/lstrings.cpp
index 8508e4e..ea1ba59 100644
--- a/src/support/lstrings.cpp
+++ b/src/support/lstrings.cpp
@@ -1458,7 +1458,7 @@ docstring bformat(docstring const & fmt, char const * 
arg1, docstring arg2)
LATTEST(contains(fmt, from_ascii("%1$s")));
LATTEST(contains(fmt, from_ascii("%2$s")));
docstring str = subst(fmt, from_ascii("%1$s"), from_ascii(arg1));
-   str = subst(fmt, from_ascii("%2$s"), arg2);
+   str = subst(str, from_ascii("%2$s"), arg2);
return subst(str, from_ascii("%%"), from_ascii("%"));
 }
 


[LyX/master] Fix typo

2014-06-09 Thread Georg Baum
commit 47721216f0d0959e4337e399fdccd50f9eba8243
Author: Georg Baum b...@lyx.org
Date:   Sat Jun 7 21:22:26 2014 +0200

Fix typo

diff --git a/src/support/TempFile.h b/src/support/TempFile.h
index 2adbb9f..c9342f9 100644
--- a/src/support/TempFile.h
+++ b/src/support/TempFile.h
@@ -33,7 +33,7 @@ public:
 * relative path, the template file will be created in the global
 * temporary directory as given by 'package().temp_dir()'.
 * If the mask contains XX this portion will be replaced by
-* a uniquely generetd string. If it does not contain this portion,
+* a uniquely generated string. If it does not contain this portion,
 * it will be automatically appended using a dot. Therefore, please
 * specify the XX portion if the extension of the generated
 * name is important (e.g. for the converter machinery).


[LyX/master] Fix typo

2014-06-09 Thread Georg Baum
commit 47721216f0d0959e4337e399fdccd50f9eba8243
Author: Georg Baum 
Date:   Sat Jun 7 21:22:26 2014 +0200

Fix typo

diff --git a/src/support/TempFile.h b/src/support/TempFile.h
index 2adbb9f..c9342f9 100644
--- a/src/support/TempFile.h
+++ b/src/support/TempFile.h
@@ -33,7 +33,7 @@ public:
 * relative path, the template file will be created in the global
 * temporary directory as given by 'package().temp_dir()'.
 * If the mask contains "XX" this portion will be replaced by
-* a uniquely generetd string. If it does not contain this portion,
+* a uniquely generated string. If it does not contain this portion,
 * it will be automatically appended using a dot. Therefore, please
 * specify the "XX" portion if the extension of the generated
 * name is important (e.g. for the converter machinery).


[LyX/master] Fix typo

2013-12-15 Thread Georg Baum
commit 62a1dabcfc5e9f5bbfc433769ba44598379780e3
Author: Georg Baum b...@lyx.org
Date:   Sun Dec 15 12:18:49 2013 +0100

Fix typo

diff --git a/src/DocIterator.cpp b/src/DocIterator.cpp
index 6e3775b..859aae9 100644
--- a/src/DocIterator.cpp
+++ b/src/DocIterator.cpp
@@ -217,7 +217,7 @@ CursorSlice const  DocIterator::innerTextSlice() const
if (slices_[i].text())
return slices_[i];
 
-   // This case is in principe not possible. We _must_
+   // This case is in principle not possible. We _must_
// be inside a Text.
LBUFERR(false);
// Squash warning


[LyX/master] Fix typo

2013-12-15 Thread Georg Baum
commit 62a1dabcfc5e9f5bbfc433769ba44598379780e3
Author: Georg Baum 
Date:   Sun Dec 15 12:18:49 2013 +0100

Fix typo

diff --git a/src/DocIterator.cpp b/src/DocIterator.cpp
index 6e3775b..859aae9 100644
--- a/src/DocIterator.cpp
+++ b/src/DocIterator.cpp
@@ -217,7 +217,7 @@ CursorSlice const & DocIterator::innerTextSlice() const
if (slices_[i].text())
return slices_[i];
 
-   // This case is in principe not possible. We _must_
+   // This case is in principle not possible. We _must_
// be inside a Text.
LBUFERR(false);
// Squash warning


[LyX/master] Fix typo

2013-08-04 Thread Vincent van Ravesteijn
commit 9235e825582ab111bf249f9b1d20411410f3bfb4
Author: Vincent van Ravesteijn v...@lyx.org
Date:   Thu Aug 1 22:47:45 2013 +0200

Fix typo

diff --git a/development/autotests/CMakeLists.txt 
b/development/autotests/CMakeLists.txt
index b2bb220..e4720f4 100644
--- a/development/autotests/CMakeLists.txt
+++ b/development/autotests/CMakeLists.txt
@@ -60,7 +60,7 @@ if(Q_WS_X11)
 
   if(Missing)
 message(STATUS Missing Libraries or programs to create xvkbd: ${Missing})
-message(STATUS cmake build is therefore omiting autotests)
+message(STATUS cmake build is therefore omitting autotests)
   endif()
 
   if(NOT Missing)


[LyX/master] Fix typo

2013-08-04 Thread Vincent van Ravesteijn
commit 9235e825582ab111bf249f9b1d20411410f3bfb4
Author: Vincent van Ravesteijn 
Date:   Thu Aug 1 22:47:45 2013 +0200

Fix typo

diff --git a/development/autotests/CMakeLists.txt 
b/development/autotests/CMakeLists.txt
index b2bb220..e4720f4 100644
--- a/development/autotests/CMakeLists.txt
+++ b/development/autotests/CMakeLists.txt
@@ -60,7 +60,7 @@ if(Q_WS_X11)
 
   if(Missing)
 message(STATUS "Missing Libraries or programs to create xvkbd: ${Missing}")
-message(STATUS "cmake build is therefore omiting autotests")
+message(STATUS "cmake build is therefore omitting autotests")
   endif()
 
   if(NOT Missing)


[LyX master] Fix typo of journal name in aa_sample.lyx, aa.lyx

2013-05-29 Thread Scott Kostyshak
The branch, master, has been updated.

- Log -

commit d7db3961e2c63057c6f760daa4ca645dd4cb87d4
Author: Scott Kostyshak skost...@lyx.org
Date:   Wed May 29 02:53:38 2013 -0400

Fix typo of journal name in aa_sample.lyx, aa.lyx

diff --git a/lib/examples/aa_sample.lyx b/lib/examples/aa_sample.lyx
index 3c862f1..af0b272 100644
--- a/lib/examples/aa_sample.lyx
+++ b/lib/examples/aa_sample.lyx
@@ -79,7 +79,7 @@ status open
 \series medium
 \size normal
 This is an example LyX file for articles to be submitted to the Journal
- of Astronomy  Astrophysicssing (AA).
+ of Astronomy  Astrophysics (AA).
  How to install the AA LaTeX class to your LaTeX system is explained in
  
 \begin_inset Flex URL
diff --git a/lib/templates/aa.lyx b/lib/templates/aa.lyx
index 55fe33b..8b7ca3c 100644
--- a/lib/templates/aa.lyx
+++ b/lib/templates/aa.lyx
@@ -79,7 +79,7 @@ status open
 \series medium
 \size normal
 This is a template LyX file for articles to be submitted to the Journal
- of Astronomy  Astrophysicssing (AA).
+ of Astronomy  Astrophysics (AA).
  How to install the AA LaTeX class to your LaTeX system is explained in
  
 \begin_inset Flex URL

---

Summary of changes:
 lib/examples/aa_sample.lyx |2 +-
 lib/templates/aa.lyx   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo of journal name in aa_sample.lyx, aa.lyx

2013-05-29 Thread Scott Kostyshak
The branch, master, has been updated.

- Log -

commit d7db3961e2c63057c6f760daa4ca645dd4cb87d4
Author: Scott Kostyshak 
Date:   Wed May 29 02:53:38 2013 -0400

Fix typo of journal name in aa_sample.lyx, aa.lyx

diff --git a/lib/examples/aa_sample.lyx b/lib/examples/aa_sample.lyx
index 3c862f1..af0b272 100644
--- a/lib/examples/aa_sample.lyx
+++ b/lib/examples/aa_sample.lyx
@@ -79,7 +79,7 @@ status open
 \series medium
 \size normal
 This is an example LyX file for articles to be submitted to the Journal
- of Astronomy & Astrophysicssing (A).
+ of Astronomy & Astrophysics (A).
  How to install the A LaTeX class to your LaTeX system is explained in
  
 \begin_inset Flex URL
diff --git a/lib/templates/aa.lyx b/lib/templates/aa.lyx
index 55fe33b..8b7ca3c 100644
--- a/lib/templates/aa.lyx
+++ b/lib/templates/aa.lyx
@@ -79,7 +79,7 @@ status open
 \series medium
 \size normal
 This is a template LyX file for articles to be submitted to the Journal
- of Astronomy & Astrophysicssing (A).
+ of Astronomy & Astrophysics (A).
  How to install the A LaTeX class to your LaTeX system is explained in
  
 \begin_inset Flex URL

---

Summary of changes:
 lib/examples/aa_sample.lyx |2 +-
 lib/templates/aa.lyx   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo spotted by Jean-Pierre

2013-01-20 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit e199ec0310e5099e78d386b3e118a63fdcbf81b6
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Sun Jan 20 15:32:49 2013 +0100

Fix typo spotted by Jean-Pierre

diff --git a/src/frontends/qt4/GuiDocument.cpp 
b/src/frontends/qt4/GuiDocument.cpp
index 49a166c..481bc09 100644
--- a/src/frontends/qt4/GuiDocument.cpp
+++ b/src/frontends/qt4/GuiDocument.cpp
@@ -1287,7 +1287,7 @@ GuiDocument::GuiDocument(GuiView  lv)
docstring const output_type = (tc.outputType() == 
lyx::DOCBOOK) ? _(DocBook) : _(LaTeX);
tooltip += '\n' + toqstr(wrap(bformat(_(Class not 
found by LyX. 
   Please check if you 
have the matching %1$s class 
-  and all requires 
packages (%2$s) installed.),
+  and all required 
packages (%2$s) installed.),
 output_type, 
from_utf8(tc.prerequisites(, );
}
latexModule-classCO-addItemSort(toqstr(tc.name()),

---

Summary of changes:
 src/frontends/qt4/GuiDocument.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo spotted by Jean-Pierre

2013-01-20 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit e199ec0310e5099e78d386b3e118a63fdcbf81b6
Author: Juergen Spitzmueller 
Date:   Sun Jan 20 15:32:49 2013 +0100

Fix typo spotted by Jean-Pierre

diff --git a/src/frontends/qt4/GuiDocument.cpp 
b/src/frontends/qt4/GuiDocument.cpp
index 49a166c..481bc09 100644
--- a/src/frontends/qt4/GuiDocument.cpp
+++ b/src/frontends/qt4/GuiDocument.cpp
@@ -1287,7 +1287,7 @@ GuiDocument::GuiDocument(GuiView & lv)
docstring const output_type = (tc.outputType() == 
lyx::DOCBOOK) ? _("DocBook") : _("LaTeX");
tooltip += '\n' + toqstr(wrap(bformat(_("Class not 
found by LyX. "
   "Please check if you 
have the matching %1$s class "
-  "and all requires 
packages (%2$s) installed."),
+  "and all required 
packages (%2$s) installed."),
 output_type, 
from_utf8(tc.prerequisites(", ");
}
latexModule->classCO->addItemSort(toqstr(tc.name()),

---

Summary of changes:
 src/frontends/qt4/GuiDocument.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo

2012-12-27 Thread Vincent van Ravesteijn
The branch, master, has been updated.

- Log -

commit 9d85e59c8cde63299bb24d04fb6c906796c36985
Author: Vincent van Ravesteijn v...@lyx.org
Date:   Thu Dec 27 11:36:51 2012 +0100

Fix typo

diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp
index fac2050..dca7b47 100644
--- a/src/insets/InsetText.cpp
+++ b/src/insets/InsetText.cpp
@@ -601,7 +601,7 @@ docstring InsetText::insetAsXHTML(XHTMLStream  xs, 
OutputParams const  rp,
if (opts  WriteInnerTag)
xs  html::StartTag(il.htmlinnertag(), il.htmlinnerattr());
 
-   // we will eventaully lose information about the containing inset
+   // we will eventually lose information about the containing inset
if (!il.isMultiPar() || opts == JustText)
runparams.html_make_pars = false;
if (il.isPassThru())

---

Summary of changes:
 src/insets/InsetText.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo

2012-12-27 Thread Vincent van Ravesteijn
The branch, master, has been updated.

- Log -

commit 9d85e59c8cde63299bb24d04fb6c906796c36985
Author: Vincent van Ravesteijn 
Date:   Thu Dec 27 11:36:51 2012 +0100

Fix typo

diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp
index fac2050..dca7b47 100644
--- a/src/insets/InsetText.cpp
+++ b/src/insets/InsetText.cpp
@@ -601,7 +601,7 @@ docstring InsetText::insetAsXHTML(XHTMLStream & xs, 
OutputParams const & rp,
if (opts & WriteInnerTag)
xs << html::StartTag(il.htmlinnertag(), il.htmlinnerattr());
 
-   // we will eventaully lose information about the containing inset
+   // we will eventually lose information about the containing inset
if (!il.isMultiPar() || opts == JustText)
runparams.html_make_pars = false;
if (il.isPassThru())

---

Summary of changes:
 src/insets/InsetText.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo spotted by JMarc

2012-11-23 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit 6012f661469b4d53f437a142a4b28a40dd1d878f
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Fri Nov 23 17:30:45 2012 +0100

Fix typo spotted by JMarc

diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx
index fbd9534..209b335 100644
--- a/lib/doc/Customization.lyx
+++ b/lib/doc/Customization.lyx
@@ -10522,10 +10522,10 @@ status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted -712698321 1353680979
+\change_inserted -712698321 1353688183
 
 \backslash
-command[][arg}{text}
+command[][arg]{text}
 \change_unchanged
 
 \end_layout

---

Summary of changes:
 lib/doc/Customization.lyx |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo spotted by JMarc

2012-11-23 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit 6012f661469b4d53f437a142a4b28a40dd1d878f
Author: Juergen Spitzmueller 
Date:   Fri Nov 23 17:30:45 2012 +0100

Fix typo spotted by JMarc

diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx
index fbd9534..209b335 100644
--- a/lib/doc/Customization.lyx
+++ b/lib/doc/Customization.lyx
@@ -10522,10 +10522,10 @@ status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted -712698321 1353680979
+\change_inserted -712698321 1353688183
 
 \backslash
-command[][arg}{text}
+command[][arg]{text}
 \change_unchanged
 
 \end_layout

---

Summary of changes:
 lib/doc/Customization.lyx |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo

2012-10-05 Thread Georg Baum
The branch, master, has been updated.

- Log -

commit 87641e506ec1560dbd46c6e6da33cfb06d5cf552
Author: Georg Baum b...@lyx.org
Date:   Fri Oct 5 23:44:21 2012 +0200

Fix typo

diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp
index 2ee3afc..a97d00b 100644
--- a/src/tex2lyx/text.cpp
+++ b/src/tex2lyx/text.cpp
@@ -2153,7 +2153,7 @@ void parse_text(Parser  p, ostream  os, unsigned flags, 
bool outer,
\\end_layout\n\n
\\begin_layout Plain Layout\n
This document contains text in Chinese, Japanese or 
Korean.\n
-It was therefore impossible for tex2lyx to set the 
correct document langue for your document.
+It was therefore impossible for tex2lyx to set the 
correct document language for your document.
 Please set the language manually in the document 
settings.\n
\\end_layout\n;
end_inset(os);
@@ -2739,8 +2739,7 @@ void parse_text(Parser  p, ostream  os, unsigned flags, 
bool outer,
context.check_layout(os);
p.skip_spaces();
begin_inset(os, Caption\n);
-   Context newcontext(true, context.textclass);
-   newcontext.font = context.font;
+   Context newcontext(true, context.textclass, 0, 0, 
context.font);
newcontext.check_layout(os);
if (p.next_token().cat() != catEscape 
p.next_token().character() == '[') {
@@ -2790,8 +2789,8 @@ void parse_text(Parser  p, ostream  os, unsigned flags, 
bool outer,
os  \n\\begin_layout Plain Layout;
p.skip_spaces();
begin_inset(os, Caption\n);
-   Context newcontext(true, 
context.textclass);
-   newcontext.font = context.font;
+   Context newcontext(true, 
context.textclass,
+  0, 0, context.font);
newcontext.check_layout(os);
os  caption  \n;
newcontext.check_end_layout(os);

---

Summary of changes:
 src/tex2lyx/text.cpp |9 -
 1 files changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo

2012-10-05 Thread Georg Baum
The branch, master, has been updated.

- Log -

commit 87641e506ec1560dbd46c6e6da33cfb06d5cf552
Author: Georg Baum 
Date:   Fri Oct 5 23:44:21 2012 +0200

Fix typo

diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp
index 2ee3afc..a97d00b 100644
--- a/src/tex2lyx/text.cpp
+++ b/src/tex2lyx/text.cpp
@@ -2153,7 +2153,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, 
bool outer,
   << "\\end_layout\n\n"
   << "\\begin_layout Plain Layout\n"
   << "This document contains text in Chinese, Japanese or 
Korean.\n"
-  << " It was therefore impossible for tex2lyx to set the 
correct document langue for your document."
+  << " It was therefore impossible for tex2lyx to set the 
correct document language for your document."
   << " Please set the language manually in the document 
settings.\n"
   << "\\end_layout\n";
end_inset(os);
@@ -2739,8 +2739,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, 
bool outer,
context.check_layout(os);
p.skip_spaces();
begin_inset(os, "Caption\n");
-   Context newcontext(true, context.textclass);
-   newcontext.font = context.font;
+   Context newcontext(true, context.textclass, 0, 0, 
context.font);
newcontext.check_layout(os);
if (p.next_token().cat() != catEscape &&
p.next_token().character() == '[') {
@@ -2790,8 +2789,8 @@ void parse_text(Parser & p, ostream & os, unsigned flags, 
bool outer,
os << "\n\\begin_layout Plain Layout";
p.skip_spaces();
begin_inset(os, "Caption\n");
-   Context newcontext(true, 
context.textclass);
-   newcontext.font = context.font;
+   Context newcontext(true, 
context.textclass,
+  0, 0, context.font);
newcontext.check_layout(os);
os << caption << "\n";
newcontext.check_end_layout(os);

---

Summary of changes:
 src/tex2lyx/text.cpp |9 -
 1 files changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo.

2012-07-02 Thread Richard Heck
The branch, master, has been updated.

- Log -

commit 06112dea74ebe8b5c57bd3670126fc063d252094
Author: Richard Heck rgh...@lyx.org
Date:   Mon Jul 2 17:43:47 2012 -0400

Fix typo.

diff --git a/po/sk.po b/po/sk.po
index 79fd0c9..dd2e171 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -17946,7 +17946,7 @@ msgid 
 msgstr 
 Meno autora '%1$s',\n
 použité na sledovanie zmien, obsahuje glyfy,\n
-ktoré sa v aktuálnom kódovaní %2$ nedajú reprezentovať.\n
+ktoré sa v aktuálnom kódovaní %2$s nedajú reprezentovať.\n
 Príslušné glyfy budú pri exporte do LaTeX-u vynechané.\n
 \n
 Vyberte vhodné kódovanie dokumentu (napr. utf8)\n

---

Summary of changes:
 po/sk.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo.

2012-07-02 Thread Richard Heck
The branch, master, has been updated.

- Log -

commit 06112dea74ebe8b5c57bd3670126fc063d252094
Author: Richard Heck 
Date:   Mon Jul 2 17:43:47 2012 -0400

Fix typo.

diff --git a/po/sk.po b/po/sk.po
index 79fd0c9..dd2e171 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -17946,7 +17946,7 @@ msgid ""
 msgstr ""
 "Meno autora '%1$s',\n"
 "použité na sledovanie zmien, obsahuje glyfy,\n"
-"ktoré sa v aktuálnom kódovaní %2$ nedajú reprezentovať.\n"
+"ktoré sa v aktuálnom kódovaní %2$s nedajú reprezentovať.\n"
 "Príslušné glyfy budú pri exporte do LaTeX-u vynechané.\n"
 "\n"
 "Vyberte vhodné kódovanie dokumentu (napr. utf8)\n"

---

Summary of changes:
 po/sk.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo.

2012-05-22 Thread Richard Heck
The branch, master, has been updated.

- Log -

commit a7c3567452325644681ab1b68960fa93b88b0855
Author: Richard Heck rgh...@lyx.org
Date:   Tue May 22 08:14:33 2012 -0400

Fix typo.

diff --git a/lib/scripts/include_bib.py b/lib/scripts/include_bib.py
index cf3d453..bf8ee96 100644
--- a/lib/scripts/include_bib.py
+++ b/lib/scripts/include_bib.py
@@ -18,7 +18,7 @@
 # automatically. To set it up, create a format ltxbbl; make sure to 
 # check it as a document format. Then create a LaTeX--ltxbbl converter, 
 # with the command:
-#   python -tt $$s/scripts/include_bib.py $$i $$0
+#   python -tt $$s/scripts/include_bib.py $$i $$o
 # and give it the needaux flag. You'll then have it in the export menu.
 # We do not activate this converter by default, because there are problems
 # when one tries to use multiple bibliographies.

---

Summary of changes:
 lib/scripts/include_bib.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Fix typo.

2012-05-22 Thread Richard Heck
The branch, master, has been updated.

- Log -

commit a7c3567452325644681ab1b68960fa93b88b0855
Author: Richard Heck 
Date:   Tue May 22 08:14:33 2012 -0400

Fix typo.

diff --git a/lib/scripts/include_bib.py b/lib/scripts/include_bib.py
index cf3d453..bf8ee96 100644
--- a/lib/scripts/include_bib.py
+++ b/lib/scripts/include_bib.py
@@ -18,7 +18,7 @@
 # automatically. To set it up, create a format "ltxbbl"; make sure to 
 # check it as a document format. Then create a LaTeX-->ltxbbl converter, 
 # with the command:
-#   python -tt $$s/scripts/include_bib.py $$i $$0
+#   python -tt $$s/scripts/include_bib.py $$i $$o
 # and give it the "needaux" flag. You'll then have it in the export menu.
 # We do not activate this converter by default, because there are problems
 # when one tries to use multiple bibliographies.

---

Summary of changes:
 lib/scripts/include_bib.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository