summaryrefslogtreecommitdiff
path: root/bsdfsck/preen.c
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-08-15 22:10:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-20 18:36:33 +0200
commit5c8ad1fc7c933d3d2b1524c81c5daea76dec2841 (patch)
tree4ad1b4bf411a63a55610ccdf16afabfa34eb0dcd /bsdfsck/preen.c
parent6687fb2ab6df704606db4fe6091b3d3a3dbfe2ef (diff)
fix common misspellings
* Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
Diffstat (limited to 'bsdfsck/preen.c')
-rw-r--r--bsdfsck/preen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsdfsck/preen.c b/bsdfsck/preen.c
index 7893a5e1..5650f900 100644
--- a/bsdfsck/preen.c
+++ b/bsdfsck/preen.c
@@ -51,7 +51,7 @@ struct part {
struct part *next; /* forward link of partitions on disk */
char *name; /* device name */
char *fsname; /* mounted filesystem name */
- long auxdata; /* auxillary data for application */
+ long auxdata; /* auxiliary data for application */
} *badlist, **badnext = &badlist;
struct disk {