diff options
Diffstat (limited to 'include/sqfs/error.h')
-rw-r--r-- | include/sqfs/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqfs/error.h b/include/sqfs/error.h index 93ea792..9ff77d4 100644 --- a/include/sqfs/error.h +++ b/include/sqfs/error.h @@ -47,7 +47,7 @@ typedef enum { * (some kind of internal error) or extracting failed (typically * means the data is corrupted). */ - SQFS_ERROR_COMRPESSOR = -3, + SQFS_ERROR_COMPRESSOR = -3, /** * @brief An internal error of the "this wasn't supposed to happen" |