Commit 4a8574b

noname <noname@inventati.org>
2014-04-25 10:26:43
Comment fix.
1 parent 8f11e1c
Changed files (1)
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'.