summaryrefslogtreecommitdiff
path: root/libinstaller
diff options
context:
space:
mode:
authorGeert Stappers <stappers@stappers.nl>2016-06-07 06:19:36 -0400
committerGene Cumm <gene.cumm@gmail.com>2016-06-07 06:19:48 -0400
commitb53066dc3ff00a91dc7791b7fd82beeba3831ef1 (patch)
tree351a76c681acaabca54758fd44d90d440ac8a600 /libinstaller
parent1a74985b2a404639b08882c57f3147229605dfd5 (diff)
downloadsyslinux-b53066dc3ff00a91dc7791b7fd82beeba3831ef1.tar.gz
removing double l from auxilliary
This patch changes only strings, no program code. Reported-by: Ady <ady-sf@hotmail.com> Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
Diffstat (limited to 'libinstaller')
-rw-r--r--libinstaller/advio.c2
-rw-r--r--libinstaller/setadv.c2
-rw-r--r--libinstaller/syslxopt.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libinstaller/advio.c b/libinstaller/advio.c
index e282e11c..917714ac 100644
--- a/libinstaller/advio.c
+++ b/libinstaller/advio.c
@@ -150,7 +150,7 @@ int write_adv(const char *path, const char *cfg)
}
if (err == -2)
- fprintf(stderr, "%s: cannot write auxilliary data (need --update)?\n",
+ fprintf(stderr, "%s: cannot write auxiliary data (need --update)?\n",
file);
else if (err == -1)
perror(file);
diff --git a/libinstaller/setadv.c b/libinstaller/setadv.c
index 214f7fc1..47a637bd 100644
--- a/libinstaller/setadv.c
+++ b/libinstaller/setadv.c
@@ -14,7 +14,7 @@
/*
* setadv.c
*
- * (Over)write a data item in the auxilliary data vector. To
+ * (Over)write a data item in the auxiliary data vector. To
* delete an item, set its length to zero.
*
* Return 0 on success, -1 on error, and set errno.
diff --git a/libinstaller/syslxopt.c b/libinstaller/syslxopt.c
index 3fc5519b..fb2733b5 100644
--- a/libinstaller/syslxopt.c
+++ b/libinstaller/syslxopt.c
@@ -112,7 +112,7 @@ void __attribute__ ((noreturn)) usage(int rv, enum syslinux_mode mode)
" --raid -r Fall back to the next device on boot failure\n"
" --once=... %s Execute a command once upon boot\n"
" --clear-once -O Clear the boot-once command\n"
- " --reset-adv Reset auxilliary data\n",
+ " --reset-adv Reset auxiliary data\n",
mode == MODE_SYSLINUX ? " " : "-o");
/*
* Have to chop this roughly in half for the DOS installer due