diff options
Diffstat (limited to 'include/sqfs/xattr.h')
-rw-r--r-- | include/sqfs/xattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqfs/xattr.h b/include/sqfs/xattr.h index f2a87d3..c34f920 100644 --- a/include/sqfs/xattr.h +++ b/include/sqfs/xattr.h @@ -159,7 +159,7 @@ extern "C" { * prefix of the key string and storing an enumerator instead to save memory. * * This function takes an @ref E_SQFS_XATTR_TYPE identifier and returns the - * coresponding prefix string, including the '.' at the end that seperates + * coresponding prefix string, including the '.' at the end that separates * the prefix from the rest of the key. */ SQFS_API const char *sqfs_get_xattr_prefix(E_SQFS_XATTR_TYPE id); |