Fix a typo in a comment.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 9 Aug 2008 16:16:52 +0000 (16:16 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 9 Aug 2008 16:16:52 +0000 (16:16 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25970 f5534014-38df-0310-8fa8-9805f1628bb7

util.c

diff --git a/util.c b/util.c
index 5d25e43620706692683c0cf8a9c0fa7b46ccd4ee..7e2bb41b1623087f75a74d78a84535c696c1b145 100644 (file)
--- 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(),