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 */
 /** @} */
 
 /**