aboutsummaryrefslogtreecommitdiffstats
path: root/disabled_protos.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-19 20:44:45 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-19 20:44:45 +0000
commit4be21e7e7df3b3e3878149d300626ffcdefd0cec (patch)
treef601e89b3b9aee63c001454aba952e2e3cf14fd1 /disabled_protos.c
parente0526ac7a25a27f23de3b34a25f53ad09928d64c (diff)
from Graeme Hewson: "Fixes for ethereal config files"
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14956 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'disabled_protos.c')
-rw-r--r--disabled_protos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disabled_protos.c b/disabled_protos.c
index ebda7a273b..cc11ad0de9 100644
--- a/disabled_protos.c
+++ b/disabled_protos.c
@@ -109,7 +109,7 @@ read_disabled_protos_list(char **gpath_return, int *gopen_errno_return,
/* Construct the pathname of the user's disabled protocols file. */
ff_path = get_persconffile_path(PROTOCOLS_FILE_NAME, FALSE);
- /* Read the global disabled protocols file, if it exists. */
+ /* Read the user's disabled protocols file, if it exists. */
*path_return = NULL;
if ((ff = fopen(ff_path, "r")) != NULL) {
/* We succeeded in opening it; read it. */