diff --git a/docs/examples/fopen.c b/docs/examples/fopen.c index a8a4fe4828..e3814e6ab1 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 with extensive * reference to original curl example code