From d64f9a4ab62d7dcc57ae88a3be4be85f89871fbb Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 6 Jan 2025 10:14:21 +1300 Subject: [PATCH] Fix comment typo --- algorithms/greek.sbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithms/greek.sbl b/algorithms/greek.sbl index df856ac9..8b97e43b 100644 --- a/algorithms/greek.sbl +++ b/algorithms/greek.sbl @@ -20,7 +20,7 @@ stringdef i '{U+03B7}' // eta stringdef th '{U+03B8}' // theta stringdef y '{U+03B9}' // iota stringdef k '{U+03BA}' // kappa -stringdef l '{U+03BB}' // lamda +stringdef l '{U+03BB}' // lambda stringdef m '{U+03BC}' // mu stringdef n '{U+03BD}' // nu stringdef x '{U+03BE}' // xi @@ -46,7 +46,7 @@ stringdef I '{U+0397}' // Eta stringdef Th '{U+0398}' // Theta stringdef Y '{U+0399}' // Iota stringdef K '{U+039A}' // Kappa -stringdef L '{U+039B}' // Lamda +stringdef L '{U+039B}' // Lambda stringdef M '{U+039C}' // Mu stringdef N '{U+039D}' // Nu stringdef X '{U+039E}' // Xi