commit 4a8574b439e2118bd4cb40374185fba861903620
parent 8f11e1cd034ff28ca47bb4955505db7fa8016ba8
Author: noname <noname@inventati.org>
Date:   Fri, 25 Apr 2014 18:26:43 +0400
Comment fix.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c
@@ -992,7 +992,7 @@ selnotify(XEvent *e) {
 		}
 
 		/*
-		 * As seen in selcopy:
+		 * As seen in getsel:
 		 * Line endings are inconsistent in the terminal and GUI world
 		 * copy and pasting. When receiving some selection data,
 		 * replace all '\n' with '\r'.