diff options
author | Florrie <towerofnix@gmail.com> | 2018-11-11 14:51:11 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-11-11 14:51:21 -0400 |
commit | 70e06cc2f968dff9453813055822f01381133957 (patch) | |
tree | d9a4dbde7a3924443ee1f3ef4abb0b389e3ccdfe | |
parent | fbebce4a7252fcbf93da3b19c55e22366885ccf2 (diff) |
Fix bad comment text from previous commit
-rw-r--r-- | ui.js | 6 |
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 } |