From: noname <noname@inventati.org>
Date: Fri, 25 Apr 2014 14:26:43 +0000 (+0400)
Subject: Comment fix.
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=4a8574b439e2118bd4cb40374185fba861903620;p=st.git

Comment fix.
---

diff --git a/st.c b/st.c
index b37069c..653cd49 100644
--- 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'.