aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-02-26 22:58:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-02-26 22:58:24 +0000
commiteef316f09933244739e5729cd565a9827868f604 (patch)
tree63674a7898a2a955831ef5afbb995a3a505646e0 /docs/examples/fopen.c
parent03a57308b91911cdd91060b237715f0c5fe716da (diff)
spellchecked by Stéphane Fillod
Diffstat (limited to 'docs/examples/fopen.c')
-rw-r--r--docs/examples/fopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/fopen.c b/docs/examples/fopen.c
index a8a4fe482..e3814e6ab 100644
--- a/docs/examples/fopen.c
+++ b/docs/examples/fopen.c
@@ -13,7 +13,7 @@
* See the main() function at the bottom that shows an app that retrives from a
* specified url using fgets() and fread() and saves as two output files.
*
- * Coyright (c)2003 Simtec Electronics
+ * Copyright (c) 2003 Simtec Electronics
*
* Re-implemented by Vincent Sanders <vince@kyllikki.org> with extensive
* reference to original curl example code