Skip to content

Commit 91675cc

Browse files
committed
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2 ./bubblewrap.c", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 168e50f commit 91675cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bubblewrap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,7 +2899,7 @@ main (int argc,
28992899
if (argc == 2 && (strcmp (argv[1], "--version") == 0))
29002900
print_version_and_exit ();
29012901

2902-
/* Reset SIGCHILD to SIG_DFL allowing signalfd working propertly
2902+
/* Reset SIGCHILD to SIG_DFL allowing signalfd working properly
29032903
* if the parent process had set SIGCHLD to SIG_IGN. */
29042904
sigemptyset (&sa.sa_mask);
29052905
sa.sa_handler = SIG_DFL;
@@ -3457,7 +3457,7 @@ main (int argc,
34573457
used for one or more of these reasons:
34583458
34593459
* The 1st level namespace has a different uid/gid than the
3460-
requested due to requirements of beeing root in the first
3460+
requested due to requirements of being root in the first
34613461
level due for mounting devpts (opt_needs_devpts).
34623462
34633463
* To disable user namespaces we set max_user_namespaces and then

0 commit comments

Comments
 (0)