Fix a typo in a comment.

svn path=/trunk/; revision=25970
This commit is contained in:
Stig Bjørlykke 2008-08-09 16:16:52 +00:00
parent e84877ca6f
commit 83cb48cc63
1 changed files with 1 additions and 1 deletions

2
util.c
View File

@ -175,7 +175,7 @@ const gchar *get_conn_cfilter(void) {
/*
* This mirrors what _X11TransConnectDisplay() does.
* Note that, on some systems, the hostname can
* being with "/", which means that it's a pathname
* begin with "/", which means that it's a pathname
* of a UNIX domain socket to connect to.
*
* The comments mirror those in _X11TransConnectDisplay(),