diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-11-04 12:58:03 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-11-04 12:58:03 +0100 |
commit | a76556f0caee4147e2c791f611a86c72afd7aaa1 (patch) | |
tree | 5db5e8a9faac61a715400d7133a086f0c6d3e18d /src/extensions | |
parent | 54c03a25b4865a68609dd798afb80e6fccefb583 (diff) |
-typos in arguments fixed
Diffstat (limited to 'src/extensions')
-rw-r--r-- | src/extensions/age_restriction/age_restriction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensions/age_restriction/age_restriction.c b/src/extensions/age_restriction/age_restriction.c index 581242503..4db1e6b98 100644 --- a/src/extensions/age_restriction/age_restriction.c +++ b/src/extensions/age_restriction/age_restriction.c @@ -241,7 +241,7 @@ libtaler_extension_age_restriction_init (void *arg) /** * @brief implements the done() function for GNUNET_PLUGIN_load * - * @param cfg unsued + * @param arg unsued * @return pointer to TALER_Extension on success or NULL otherwise. */ void * |