summaryrefslogtreecommitdiff
path: root/dpi/ftp.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-24 14:42:38 +0200
committerjcid <devnull@localhost>2008-05-24 14:42:38 +0200
commit1d1fb3f9512e5d2407452b357afcb942aeaccd54 (patch)
treeddfbafa2b22e412289c17b37313b5ea57d4f4ba4 /dpi/ftp.c
parent785a7379f982c7b786a394aa32e00aae7b4e9c56 (diff)
- Minor spelling fixes.
Diffstat (limited to 'dpi/ftp.c')
-rw-r--r--dpi/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/ftp.c b/dpi/ftp.c
index ee7aad8f..139444c9 100644
--- a/dpi/ftp.c
+++ b/dpi/ftp.c
@@ -3,7 +3,7 @@
*
* This server checks the ftp-URL to be a directory (requires wget).
* If true, it sends back an html representation of it, and if not
- * a dpip message (which is catched by dillo who redirects the ftp URL
+ * a dpip message (which is caught by dillo who redirects the ftp URL
* to the downloads server).
*
* Feel free to polish!