diff options
author | Benjamin Drung <benjamin.drung@cloud.ionos.com> | 2019-12-16 16:58:56 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-12-19 12:24:12 +0100 |
commit | 20ceb65fbc728c6a681ec85ee2a94e93a9e7df0c (patch) | |
tree | 0e8af4d2492c78f9fa8d2ba4c4904b3a148d10e4 /include/fstree.h | |
parent | 19b98cf450220b742987e7f0599ae284e93f8e54 (diff) |
Fix spelling mistakes found by lintian
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Diffstat (limited to 'include/fstree.h')
-rw-r--r-- | include/fstree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstree.h b/include/fstree.h index d4839a2..9d0d045 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -95,7 +95,7 @@ struct fstree_t { On error, an error message is written to stderr. The string `defaults` can specify default attributes (mode, uid, gid, mtime) - as a comma seperated list of key value paris (<key>=<value>[,...]). The string + as a comma separated list of key value paris (<key>=<value>[,...]). The string is passed to getsubopt and will be altered. Returns 0 on success. |