« get me outta code hell

Fix bad comment text from previous commit - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-11-11 14:51:11 -0400
committerFlorrie <towerofnix@gmail.com>2018-11-11 14:51:21 -0400
commit70e06cc2f968dff9453813055822f01381133957 (patch)
treed9a4dbde7a3924443ee1f3ef4abb0b389e3ccdfe
parentfbebce4a7252fcbf93da3b19c55e22366885ccf2 (diff)
Fix bad comment text from previous commit
-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
   }