commit | b0445f2fbf6666fe29c36db67ba2165b54377406 | [log] [tgz] |
---|---|---|
author | aPiecek <piecek@cesnet.cz> | Thu Jun 24 11:34:07 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Jun 30 16:00:21 2021 +0200 |
tree | 809695cd3bb78f9d0276fed35556a1e8f0814329 | |
parent | c606f31c45f128bf327a80c2e77da63e21512d18 [diff] [blame] |
libyang DOC spelling correction in headers
diff --git a/src/path.h b/src/path.h index a32a5a2..b0eb890 100644 --- a/src/path.h +++ b/src/path.h
@@ -68,7 +68,7 @@ * @{ */ #define LY_PATH_BEGIN_ABSOLUTE 0x01 /**< path must be absolute */ -#define LY_PATH_BEGIN_EITHER 0x02 /**< path be be iether absolute or relative */ +#define LY_PATH_BEGIN_EITHER 0x02 /**< path be be either absolute or relative */ /** @} */ /**