diff options
| author | Ondřej Surý <ondrej@sury.org> | 2014-03-27 15:48:42 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2014-03-27 15:48:42 +0100 |
| commit | e61140dd0a78d91a8e5712b13250cae440344b3e (patch) | |
| tree | acfb30259f1eb02acd4ae8c6c2fed32b9bd2ee9a /src/utils/common | |
| parent | 4c91a8dc40b68df3da7407b85c8afdf598e5ab09 (diff) | |
| download | knot-upstream.tar.gz | |
New upstream version 1.4.4upstream
Diffstat (limited to 'src/utils/common')
| -rw-r--r-- | src/utils/common/params.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/common/params.h b/src/utils/common/params.h index 78dd70a..d7c34c6 100644 --- a/src/utils/common/params.h +++ b/src/utils/common/params.h @@ -98,7 +98,7 @@ typedef struct { bool hide_cname; } style_t; -/*! \brief Parametr handler. */ +/*! \brief Parameter handler. */ typedef int (*param_handle_f)(const char *arg, void *params); /*! \brief Parameter argument type. */ |
