diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-04-24 10:40:57 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-04-24 10:40:57 -0500 |
commit | 49a90f27a848ba02a363fc0c844d6284728bdd73 (patch) | |
tree | 8a811871fa223530b32ecdc9809f1127571a5af2 | |
parent | 2ae60ca0419d60c86904a8e15e71e902549e18d4 (diff) |
typo fix
-rw-r--r-- | man/openrc-run.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 426afdcc..f9109ef3 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -594,7 +594,7 @@ rc_net_tap1_provide="!net" # It's also possible to negate keywords. This is mainly useful for prefix # users testing OpenRC. rc_keyword="!-prefix" -# This can also be used to block a script from runining in all +# This can also be used to block a script from running in all # containers except one or two rc_keyword="!-containers !-docker" .Ed |