aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-08-09 16:16:52 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-08-09 16:16:52 +0000
commit83cb48cc63c0cf09113aa331f94c2b7cfc80ba2b (patch)
treecb69fd4b9f2ee7ef53bf901dc5f8c382043081c3 /util.c
parente84877ca6f6226f92dae32b87f8dac8f6fd9519c (diff)
Fix a typo in a comment.
svn path=/trunk/; revision=25970
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 5d25e43620..7e2bb41b16 100644
--- a/util.c
+++ b/util.c
@@ -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(),