Fix typos

Typos found with codespell.

Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
This commit is contained in:
Samanta Navarro
2023-01-26 22:44:39 -06:00
committed by Serge Hallyn
parent 194014678e
commit b312bc0b4d
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -409,7 +409,7 @@ static void get_defaults (void)
if (MATCH (buf, DGROUPS)) {
if (get_groups (cp) != 0) {
fprintf (stderr,
_("%s: the '%s' configuraton in %s has an invalid group, ignoring the bad group\n"),
_("%s: the '%s' configuration in %s has an invalid group, ignoring the bad group\n"),
Prog, DGROUPS, default_file);
}
if (user_groups[0] != NULL) {
@@ -2323,7 +2323,7 @@ static void create_home (void)
strcat (path, cp);
if (access (path, F_OK) != 0) {
/* Check if parent directory is BTRFS, fail if requesting
subvolume but no BTRFS. The paths cound be different by the
subvolume but no BTRFS. The paths could be different by the
trailing slash
*/
#if WITH_BTRFS