aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_configuration_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_configuration_lib.h')
-rw-r--r--src/include/gnunet_configuration_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h
index f782509eb..b4e7f7d8f 100644
--- a/src/include/gnunet_configuration_lib.h
+++ b/src/include/gnunet_configuration_lib.h
@@ -512,7 +512,7 @@ GNUNET_CONFIGURATION_get_data (const struct GNUNET_CONFIGURATION_Handle *cfg,
512 512
513/** 513/**
514 * Expand an expression of the form "$FOO/BAR" to "DIRECTORY/BAR" 514 * Expand an expression of the form "$FOO/BAR" to "DIRECTORY/BAR"
515 * where either in the "PATHS" section or the environtment "FOO" is 515 * where either in the "PATHS" section or the environment "FOO" is
516 * set to "DIRECTORY". We also support default expansion, 516 * set to "DIRECTORY". We also support default expansion,
517 * i.e. ${VARIABLE:-default} will expand to $VARIABLE if VARIABLE is 517 * i.e. ${VARIABLE:-default} will expand to $VARIABLE if VARIABLE is
518 * set in PATHS or the environment, and otherwise to "default". Note 518 * set in PATHS or the environment, and otherwise to "default". Note