From f17f850bfc3ac113abcfd237af95998818ea5ded Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 14 Feb 2009 02:57:52 +0000 Subject: [PATCH] Fix typo and beamed sixteenth notes description. --- exec/termtest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec/termtest.js b/exec/termtest.js index ca34c70dee..69a5b20042 100644 --- a/exec/termtest.js +++ b/exec/termtest.js @@ -199,7 +199,7 @@ function test_ctrl(results) }, "SO - LS1":{ char:"\x0e", - desc:"Beamed Eighth Notes", + desc:"Beamed Sixteenth Notes", type:"control", printable:true, test:function(results) { @@ -245,7 +245,7 @@ function test_ctrl(results) }, "DC3":{ char:"\x13", - desc:"Double Exclimation", + desc:"Double Exclamation", normal:true, type:"control", printable:true, -- GitLab