aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-04 22:46:26 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-04 22:46:26 +0100
commitcdb1cca83e0fb3598a3822282ff463a305d1113c (patch)
tree5681745e629ee32b80a2f532291bf64f40342526 /uzbl-core.c
parent68c11ced82abac917bed5fdef208bde8b27e2481 (diff)
fix comment
Diffstat (limited to 'uzbl-core.c')
-rw-r--r--uzbl-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uzbl-core.c b/uzbl-core.c
index 71f9203..2a85d84 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -2408,8 +2408,8 @@ main (int argc, char* argv[]) {
uzbl.gui.plug = create_plug ();
gtk_container_add (GTK_CONTAINER (uzbl.gui.plug), uzbl.gui.vbox);
gtk_widget_show_all (GTK_WIDGET (uzbl.gui.plug));
- /* in xembed mode the window has now unique id and thus
- * sockets/fifos don't either.
+ /* in xembed mode the window has no unique id and thus
+ * socket/fifo names aren't unique either.
* we use a custom randomizer to create a random id
*/
struct timeval tv;