* Trivial fix in comment.
authorUrban Wallasch <urban.wallasch@freenet.de>
Tue, 30 Jul 2019 16:27:33 +0000 (18:27 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Tue, 30 Jul 2019 16:27:33 +0000 (18:27 +0200)
dash.html

index bfd04b8e227162affa21ab067837592084e1f8e1..3d3d0d11414cc98a619f82c8f12065d6fcfe6d8a 100644 (file)
--- a/dash.html
+++ b/dash.html
@@ -198,7 +198,7 @@ function warn(elem, lvl) {
 }
 
 // We try to deduce the correct forward gear number to display from
-// the number of gears available. This likely just plain nonsense!
+// the number of gears available. This is likely just plain nonsense!
 function dgear(x, f, m) {
   if ( x > 0 )
     return ( m ? '' : 'A' ) + ( f==14 ? ( x<3 ? 'C'+x : x-2 ) : x );