From 2dd3bafb0c21d7f49fcc2945836924d9c052d268 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 28 Jul 2022 05:31:46 +0900 Subject: Fix installation README spdx typo issue Fix to external header is not installing. Fix to algorithm description. Fix to SPDX-License-Identifier in mock header. Fix to some typo. Bug-AGL: SPEC-4500 Change-Id: Ica9d32601d26243a8c4361c290e0bc853fa43ec4 Signed-off-by: Naoto Yamaguchi --- include/librefop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/librefop.h b/include/librefop.h index 896494a..25e3dbe 100644 --- a/include/librefop.h +++ b/include/librefop.h @@ -30,7 +30,7 @@ typedef enum refop_error { REFOP_NOENT = -1, //! This operation was failed. Because all recovery method was failed. - REFOP_BROAKEN = -2, + REFOP_BROKEN = -2, //! Argument error. REFOP_ARGERROR = -3, -- cgit