summaryrefslogtreecommitdiff
path: root/epan/filesystem.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-01 17:28:20 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-01 17:28:20 +0000
commitfffe2fdf23f44c8a29464e0741fa4db9b13ba6b2 (patch)
treea28f2fb6496d9430dcf82d01406d071e2509aa02 /epan/filesystem.c
parent8c5ef88c53a1a37d9214d037d78c13b09e71883f (diff)
downloadwireshark-fffe2fdf23f44c8a29464e0741fa4db9b13ba6b2.tar.gz
Fixed a typo in a comment.
svn path=/trunk/; revision=28566
Diffstat (limited to 'epan/filesystem.c')
-rw-r--r--epan/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index 010bddc53a..5acecec42c 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -675,7 +675,7 @@ get_datafile_dir(void)
*
* On Windows, we use the "py_dissector" subdirectory of the datafile directory.
*
- * On UN*X, we use the PLUGIN_DIR value supplied by the configure
+ * On UN*X, we use the PYTHON_DIR value supplied by the configure
* script, unless we think we're being run from the build directory,
* in which case we use the "py_dissector" subdirectory of the datafile directory.
*