aboutsummaryrefslogtreecommitdiffstats
path: root/disabled_protos.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-19 20:44:45 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-19 20:44:45 +0000
commit47d503303cb716421f56a713db8fff3e1a1a26a3 (patch)
treef601e89b3b9aee63c001454aba952e2e3cf14fd1 /disabled_protos.c
parentefe2fb62ccaf415681b59f637d69e2d4dc72fef0 (diff)
from Graeme Hewson: "Fixes for ethereal config files"
svn path=/trunk/; revision=14956
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. */