diff options
author | Miloslav Trmac <mitr@volny.cz> | 2006-05-17 20:58:50 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2006-05-17 20:58:50 +0000 |
commit | bf2f5792b96e56babad4bfde953caeb8d3fc2a6d (patch) | |
tree | aa1b1ce557a2d662a28b795d7f226a798d99bc2b | |
parent | 3164ab3e806454c009cdee016297e60c596adee6 (diff) | |
download | initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.tar initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.tar.gz initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.tar.bz2 initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.tar.xz initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.zip |
Fix typo.
-rw-r--r-- | src/ppp-watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppp-watch.c b/src/ppp-watch.c index d178d062..8762c778 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -2,7 +2,7 @@ * ppp-watch.c * * Bring up a PPP connection and Do The Right Thing[tm] to make bringing - * the connection up or down with ifup and ifdown syncronous. Takes + * the connection up or down with ifup and ifdown synchronous. Takes * one argument: the logical name of the device to bring up. Does not * detach until the interface is up or has permanently failed to come up. * |