groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: * src/preproc/eqn/text.cpp (entity_table): s/lamda/lambda


From: Werner LEMBERG
Subject: [groff] 01/01: * src/preproc/eqn/text.cpp (entity_table): s/lamda/lambda/.
Date: Mon, 14 Dec 2015 05:31:36 +0000

wl pushed a commit to branch master
in repository groff.

commit 5d9562e02ef04fd27fa59e367ffe742eb3171e27
Author: Werner Lemberg <address@hidden>
Date:   Mon Dec 14 06:30:08 2015 +0100

    * src/preproc/eqn/text.cpp (entity_table): s/lamda/lambda/.
    
    Bug reported by Brian McGuinness <address@hidden>.
---
 ChangeLog                |    8 +++++++-
 src/preproc/eqn/text.cpp |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2333859..0b01874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-14  Werner LEMBERG  <address@hidden>
+
+       * src/preproc/eqn/text.cpp (entity_table): s/lamda/lambda/.
+
+       Bug reported by Brian McGuinness <address@hidden>.
+
 2015-10-27  Deri James  <address@hidden>
 
        gropdf was choking on -I flag passed by groff, now uses
@@ -54,7 +60,7 @@
 
        * all *.am: Correct Emacs mode `End:' instead of `End.'.
 
-2015-08-09  werner LEMBERG  <address@hidden>
+2015-08-09  Werner LEMBERG  <address@hidden>
 
        Revert previous commit, since it doesn't work correctly yet.
 
diff --git a/src/preproc/eqn/text.cpp b/src/preproc/eqn/text.cpp
index b1b613f..6607eb8 100644
--- a/src/preproc/eqn/text.cpp
+++ b/src/preproc/eqn/text.cpp
@@ -51,7 +51,7 @@ struct map entity_table[] = {
   {"*I", "I"},
   {"*k", "&kappa;"},   // ISOgrk3
   {"*K", "K;"},
-  {"*l", "&lamda;"},   // ISOgrk3
+  {"*l", "&lambda;"},  // ISOgrk3
   {"*L", "&Lambda;"},  // ISOgrk3
   {"*m", "&mu;"},      // ISOgrk3
   {"*M", "M"},



reply via email to

[Prev in Thread] Current Thread [Next in Thread]