aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:21:22 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:21:22 +0000
commit151dcf1c94fb83c2fdfa3524e6f404da40bd1a33 (patch)
tree9965ecb160280dc9ff430db72322b3203b53a3ac /epan/plugins.c
parent60d39348a03f5b01e557a78c263cbe35441717c1 (diff)
ethereal->wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18207 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/plugins.c')
-rw-r--r--epan/plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index 7d4abd5404..9680c1fd1c 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -352,7 +352,7 @@ char *get_plugins_global_dir(const char *plugin_dir)
*
* Assume we're running the installed version of Wireshark;
* on Windows, the data file directory is the directory
- * in which the Ethereal binary resides.
+ * in which the Wireshark binary resides.
*/
install_plugin_dir = g_strdup_printf("%s\\plugins\\%s", get_datafile_dir(), VERSION);