diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-05 18:36:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-05 18:36:16 +0200 |
commit | c607a4dbbd25683f1bc857236803a9411b9a9f1f (patch) | |
tree | e97265f462c3576abc543113c7634cdbccf75167 | |
parent | f9f3cbe9fcedfb8ca95275d5e406b1270062d7ea (diff) |
-typo
-rw-r--r-- | src/include/gnunet_configuration_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h index 234f66e61..b0ecc14e1 100644 --- a/src/include/gnunet_configuration_lib.h +++ b/src/include/gnunet_configuration_lib.h @@ -1,4 +1,4 @@ -/* +1/* This file is part of GNUnet. Copyright (C) 2006, 2008, 2009, 2018 GNUnet e.V. @@ -754,7 +754,7 @@ struct GNUNET_CONFIGURATION_ConfigSettings /** - * Free resources assoicated with @a cs. + * Free resources associated with @a cs. * * @param[in] cs settings to free (actual memory * of @a cs itself is not released) |