« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui.js b/ui.js
index 5ddba13..6748a87 100644
--- a/ui.js
+++ b/ui.js
@@ -1005,9 +1005,9 @@ class BasicGrouplikeItemElement extends Button {
   }
 
   writeStatus(writable) {
-    // Add a couple spaces anyway. This is less than the padding of the tatus
-    // text of elements which represent real playlist items; that's to
-    // distinguish "fake" rows from actual playlist items.
+    // Add a couple spaces. This is less than the padding of the status text
+    // of elements which represent real playlist items; that's to distinguish
+    // "fake" rows from actual playlist items.
     writable.write('  ')
     this.drawX += 2
   }