diff options
| author | Sami Kerola <kerolasa@iki.fi> | 2019-01-14 22:40:34 +0000 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2019-02-18 13:22:43 +0100 |
| commit | 110260830d49b1872c29af3e3fc16bdba15f7376 (patch) | |
| tree | 07780a8a1db6a8f9c3ac65806d32db75ee0efd14 /libfdisk/src/script.c | |
| parent | fcb89ba7bbb68589e8e1871a8b8f0dc6b2fc6b7a (diff) | |
| download | util-linux-110260830d49b1872c29af3e3fc16bdba15f7376.tar.gz | |
docs: fix typos [codespell]
Reference: https://github.com/codespell-project/codespell
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'libfdisk/src/script.c')
| -rw-r--r-- | libfdisk/src/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/script.c b/libfdisk/src/script.c index e7cf1254e4..66be4f08c0 100644 --- a/libfdisk/src/script.c +++ b/libfdisk/src/script.c @@ -254,7 +254,7 @@ const char *fdisk_script_get_header(struct fdisk_script *dp, const char *name) * and @data is specified then a new header is added. * * Note that libfdisk allows to specify arbitrary custom header, the default - * build-in headers are "unit" and "label", and some label specific headers + * built-in headers are "unit" and "label", and some label specific headers * (for example "uuid" and "name" for GPT). * * Returns: 0 on success, <0 on error |
