diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-10-07 13:27:04 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-10-07 13:27:04 +0200 |
commit | 3b47afacf5d6443b3460cd979abfff6c71a4ec3d (patch) | |
tree | da66604611c937c0498eb167b9506b54d7df437e /include/sqfs/block.h | |
parent | a68eb730558fb90bc8d9524564d8f9e58f3ccac1 (diff) |
Fix spelling of "align"
Before the misspelled version has a chance to become stable API.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/sqfs/block.h')
-rw-r--r-- | include/sqfs/block.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sqfs/block.h b/include/sqfs/block.h index 7ee3bcb..b37cdd5 100644 --- a/include/sqfs/block.h +++ b/include/sqfs/block.h @@ -73,12 +73,12 @@ typedef enum { SQFS_BLK_DONT_COMPRESS = 0x0001, /** - * @brief Allign the block on disk to device block size. + * @brief Align the block on disk to device block size. * * If set, the @ref sqfs_data_writer_t will add padding before the * first block of the affected file and after the last block. */ - SQFS_BLK_ALLIGN = 0x0002, + SQFS_BLK_ALIGN = 0x0002, /** * @brief Don't add the tail end of a file to a fragment block. |