diff options
author | William Hubbs <williamh@gentoo.org> | 2010-07-28 13:18:33 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2010-07-28 13:18:33 -0500 |
commit | 1cdf85e1cebffd067d21bb66512dc82016a2da69 (patch) | |
tree | aa42f772b6fafbf46eefed2cbea9cf2e68eb06cc | |
parent | 2982cfab704e88cb5b081bae4fe43631bca609ca (diff) |
fix bug #330173
This fixes a typo in the comments in net.example.
-rw-r--r-- | doc/net.example.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index c7252b48..4ebe1a75 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -896,7 +896,7 @@ # and you're done :) # By default we don't wait for netplug/ifplugd to configure the interface. -# If you would like it to wait so that other services now that network is up +# If you would like it to wait so that other services know that network is up # then you can specify a timeout here. #plug_timeout="10" # A value of 0 means wait forever. |