summaryrefslogtreecommitdiff
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /epan/plugins.c
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
downloadwireshark-f0b33a47893e76488561e57d6c2dce07a1295d4b.tar.gz
ethereal->wireshark updates
svn path=/trunk/; revision=18206
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 4d7b3a34ad..7d4abd5404 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -419,7 +419,7 @@ init_plugins(const char *plugin_dir)
* If the program wasn't started with special privileges,
* scan the users plugin directory. (Even if we relinquish
* them, plugins aren't safe unless we've *permanently*
- * relinquished them, and we can't do that in Ethereal as,
+ * relinquished them, and we can't do that in Wireshark as,
* if we need privileges to start capturing, we'd need to
* reclaim them before each time we start capturing.)
*/