aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@volny.cz>2006-05-17 20:58:50 +0000
committerMiloslav Trmac <mitr@volny.cz>2006-05-17 20:58:50 +0000
commitbf2f5792b96e56babad4bfde953caeb8d3fc2a6d (patch)
treeaa1b1ce557a2d662a28b795d7f226a798d99bc2b /src
parent3164ab3e806454c009cdee016297e60c596adee6 (diff)
downloadinitscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.tar
initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.tar.gz
initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.tar.bz2
initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.tar.xz
initscripts-bf2f5792b96e56babad4bfde953caeb8d3fc2a6d.zip
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/ppp-watch.c2
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.
*