aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-tutorial.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-06-21 17:34:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-06-21 17:34:29 +0000
commit3e5dcc8bcd4aaa7b6d7f8432327cbdd5487113e4 (patch)
tree52e0b416c976628a1660bcd9d5d6afc9f2d746e1 /docs/libcurl/libcurl-tutorial.3
parentff819007841babe76e72dad6c52b76fdcf1b625c (diff)
minor language edits bug reports 1510080 1510098
Diffstat (limited to 'docs/libcurl/libcurl-tutorial.3')
-rw-r--r--docs/libcurl/libcurl-tutorial.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3
index f23d52968..8f1625150 100644
--- a/docs/libcurl/libcurl-tutorial.3
+++ b/docs/libcurl/libcurl-tutorial.3
@@ -212,7 +212,7 @@ opened for writing with the \fICURLOPT_WRITEDATA\fP option.
Now, we need to take a step back and have a deep breath. Here's one of those
rare platform-dependent nitpicks. Did you spot it? On some platforms[2],
libcurl won't be able to operate on files opened by the program. Thus, if you
-use the default callback and pass in a an open file with
+use the default callback and pass in an open file with
\fICURLOPT_WRITEDATA\fP, it will crash. You should therefore avoid this to
make your program run fine virtually everywhere.