diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2015-06-08 14:22:54 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-08 13:43:31 +0200 |
commit | 56b7663f73d44bf4774bfb934befb7071ed41280 (patch) | |
tree | a3519bcdd6ab9a98ba36658555a8ef749787eed6 /docs/examples/multi-single.c | |
parent | 025dbe46df8385c3d0a76874758232e7eabc5013 (diff) | |
download | curl-56b7663f73d44bf4774bfb934befb7071ed41280.tar.gz |
docs: Spelling fixes
Diffstat (limited to 'docs/examples/multi-single.c')
-rw-r--r-- | docs/examples/multi-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-single.c b/docs/examples/multi-single.c index 47e23f5a9..a43a9f523 100644 --- a/docs/examples/multi-single.c +++ b/docs/examples/multi-single.c @@ -81,7 +81,7 @@ int main(void) } /* 'numfds' being zero means either a timeout or no file descriptors to - wait for. Try timeout on first occurance, then assume no file + wait for. Try timeout on first occurrence, then assume no file descriptors and no file descriptors to wait for means wait for 100 milliseconds. */ |