aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 1f2dd2e5b..6e783a95a 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -80,7 +80,7 @@ static const struct GNUNET_OS_ProjectData default_pd = {
80static const struct GNUNET_OS_ProjectData *current_pd = &default_pd; 80static const struct GNUNET_OS_ProjectData *current_pd = &default_pd;
81 81
82/** 82/**
83 * Wether or not gettext has been initialized for the library. 83 * Whether or not gettext has been initialized for the library.
84 * Note that the gettext initialization done within 84 * Note that the gettext initialization done within
85 * GNUNET_PROGRAM_run2 is for the specific application. 85 * GNUNET_PROGRAM_run2 is for the specific application.
86 */ 86 */
@@ -374,7 +374,7 @@ get_path_from_GNUNET_PREFIX ()
374 374
375 375
376/** 376/**
377 * @brief get the path to GNUnet bin/ or lib/, prefering the lib/ path 377 * @brief get the path to GNUnet bin/ or lib/, preferring the lib/ path
378 * @author Milan 378 * @author Milan
379 * 379 *
380 * @return a pointer to the executable path, or NULL on error 380 * @return a pointer to the executable path, or NULL on error