Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Jan 7, 2025
1 parent a0d9b78 commit d64f9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms/greek.sbl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d64f9a4

Please sign in to comment.