From 3d950d6496166f4de53250af124e8784ed6cacfc Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 23 Apr 2016 19:18:37 -0400
Subject: [PATCH] touch up comment for style_by_selector

---
 pd/nw/pdgui.js | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/pd/nw/pdgui.js b/pd/nw/pdgui.js
index 3b89ecba4..1ece66306 100644
--- a/pd/nw/pdgui.js
+++ b/pd/nw/pdgui.js
@@ -3550,17 +3550,19 @@ function select_text(cid, elem) {
 }
 
 // CSS: Cleanly separate style from content.
-// Arnold: Get down!
 // Me: Ahhhh!
+// Arnold: Get down!
+// Me: Wat?
 // CSS: Impossible...
 // Arnold: Style this. *kappakappakappa*
 // Me: Hey, you can't just go around killing people!
 // Arnold: It's not human. It's a W3C Standard.
 // Me: But how did it get here?
-// Arnold: It travelled hear from the past.
-//         It won't stop until you are eliminated.
-// Me: So what now?
-// Arnold: Use this to find what you need then get the heck out of here.
+// Arnold: It travelled from the past.
+// Me: What does it want?
+// Arnold: It won't stop until your energy is completely eliminated.
+// Me: What now?
+// Arnold: Use this to find what you need. Then get the heck out of there!
 function get_style_by_selector(w, selector) {
     var sheet_list = w.document.styleSheets,
         rule_list, i, j,
-- 
GitLab