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/meta_writer.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/meta_writer.h')
-rw-r--r-- | include/sqfs/meta_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqfs/meta_writer.h b/include/sqfs/meta_writer.h index 8425e94..21842fb 100644 --- a/include/sqfs/meta_writer.h +++ b/include/sqfs/meta_writer.h @@ -38,7 +38,7 @@ * that are written to disk with a small header indicating the on-disk * size and whether it is compressed or not. * - * Data written to meta data blocks doesn't have to be alligned, i.e. + * Data written to meta data blocks doesn't have to be aligned, i.e. * SquashFS doesn't care if an object is written across two blocks. * * The main task of the meta data writer is to provide a simple append |