summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-03-31 20:46:09 +0200
committerThomas Haller <thaller@redhat.com>2016-03-31 20:46:52 +0200
commit461fbf0a767658b5cd099b0df5be84b0ecf19fc7 (patch)
tree14e3bb4b7902eeb431e32137cd7cde9262be8268 /examples
parent3937d6772cbc427221adf4ecb6b3f768d3342d28 (diff)
man: fix typo in NetworkManager.conf manual and 10-ifcfg-rh-routes.sh comment
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/dispatcher/10-ifcfg-rh-routes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dispatcher/10-ifcfg-rh-routes.sh b/examples/dispatcher/10-ifcfg-rh-routes.sh
index 59e44db51..b1d0314d5 100755
--- a/examples/dispatcher/10-ifcfg-rh-routes.sh
+++ b/examples/dispatcher/10-ifcfg-rh-routes.sh
@@ -9,7 +9,7 @@
# dispatcher.d/pre-up.d/
# pre-up scripts delay activation of the device. To reduce the delay,
-# it is adviced to install the script as symlink to no-wait.d directory.
+# it is advised to install the script as symlink to no-wait.d directory.
if [ "$2" != "pre-up" -a "$2" != "down" ]; then
exit 0