aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:17:36 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:17:36 +0100
commitf62e24a88c21235bc3c901508cfb474509ef2961 (patch)
treeee481be9675674d83f54a6c66dee8356ef1dbcbc /src/util/os_installation.c
parent3522008dfd14f049a821dfba7ba89a27aa27d4aa (diff)
downloadgnunet-f62e24a88c21235bc3c901508cfb474509ef2961.tar.gz
gnunet-f62e24a88c21235bc3c901508cfb474509ef2961.zip
spell checking
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