aboutsummaryrefslogtreecommitdiffstats
path: root/include/librefop.h
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-07-28 05:31:46 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-08-05 05:51:47 +0900
commit2dd3bafb0c21d7f49fcc2945836924d9c052d268 (patch)
tree1057ed2a17cf7f29a59a67203b3ef22e603548aa /include/librefop.h
parent1f38adbce45b76edb55d37617c00b42749b65726 (diff)
Fix installation README spdx typo issueneedlefish_13.93.0needlefish/13.93.013.93.0
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 <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'include/librefop.h')
-rw-r--r--include/librefop.h2
1 files changed, 1 insertions, 1 deletions
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,