diff options
Diffstat (limited to 'include/librefop.h')
-rw-r--r-- | include/librefop.h | 2 |
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, |