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
commit05f17ace7112aa1dfc383292f8bf6d5b5448bca1 (patch)
tree14e3bb4b7902eeb431e32137cd7cde9262be8268 /examples
parent28e9ec499a7517f35cc5093e9b545302094e55d4 (diff)
downloadNetworkManager-05f17ace7112aa1dfc383292f8bf6d5b5448bca1.tar.gz
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 59e44db517..b1d0314d50 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