diff options
author | Carl Fredrik Hammar <hammy.lite@gmail.com> | 2010-03-10 16:19:06 +0100 |
---|---|---|
committer | Carl Fredrik Hammar <hammy.lite@gmail.com> | 2010-03-10 16:19:06 +0100 |
commit | 6eb6d5314e303379debbef82921a215ef2b00d98 (patch) | |
tree | 55536b9636dc3ccfaf7829c96940774a13cf49e3 /community/gsoc/project_ideas/download_backends.mdwn | |
parent | 5a615978181a1b8d85326d8cf3137ed4b0b46bf7 (diff) | |
download | web-6eb6d5314e303379debbef82921a215ef2b00d98.tar.gz web-6eb6d5314e303379debbef82921a215ef2b00d98.tar.bz2 web-6eb6d5314e303379debbef82921a215ef2b00d98.zip |
Fix typos and spelling on GSoC pages
Diffstat (limited to 'community/gsoc/project_ideas/download_backends.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/download_backends.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoc/project_ideas/download_backends.mdwn b/community/gsoc/project_ideas/download_backends.mdwn index 749597a6..f794e814 100644 --- a/community/gsoc/project_ideas/download_backends.mdwn +++ b/community/gsoc/project_ideas/download_backends.mdwn @@ -19,7 +19,7 @@ Download protocols like FTP, HTTP, BitTorrent etc. are very good candidates for this kind of modularization: a program could simply use the download functionality by accessing FTP, HTTP etc. translators. -There is already an ftpfs traslator in the Hurd tree, as well as an [httpfs +There is already an ftpfs translator in the Hurd tree, as well as an [httpfs translator on hurdextras](http://www.nongnu.org/hurdextras/#httpfs); however, these are only suitable for very simple use cases: they just provide the actual file contents downloaded from the URL, but no additional status information @@ -35,7 +35,7 @@ The goal of this project is to design a suitable interface, implement it for at least one download protocol, and adapt apt-get (or some other program) to use this as a backend. -This task requires some design skills and some knowlegde of internet protocols, +This task requires some design skills and some knowledge of internet protocols, to create a suitable interface. Translator programming knowledge will have to be obtained while implementing it. |