commit | 822a9485c6620dbbb054b293e66a3944cbf9f6a2 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Jun 02 21:23:22 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Jun 03 07:52:59 2021 +0200 |
tree | 065077804643bf9721b26191cd0b716ae814e1f6 | |
parent | 71512f92ec35c9f274f5f340a2e671af23e23962 [diff] [blame] |
internals MAINTENANCE typo
diff --git a/src/common.h b/src/common.h index 88e9013..7b18060 100644 --- a/src/common.h +++ b/src/common.h
@@ -448,7 +448,7 @@ #define ly_strlen(STR) (STR ? strlen(STR) : 0) /** - * @brief Compile-time strlen() for string contants. + * @brief Compile-time strlen() for string constants. * * Use to avoid magic numbers usage */