docs: change "web site" to "website"

According to wikipedia:

 While "web site" was the original spelling, this variant has become
 rarely used, and "website" has become the standard spelling

Closes #5822
This commit is contained in:
H3RSKO 2020-08-16 16:36:10 -04:00 committed by Daniel Stenberg
parent 8ac3a5df0e
commit 3d221409e2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 32 additions and 32 deletions

View file

@ -9,7 +9,7 @@ some simple steps on how you can build your own application to take full
advantage of libcurl.
If you end up with other small but still useful example sources, please mail
them for submission in future packages and on the web site.
them for submission in future packages and on the website.
BUILDING
@ -28,7 +28,7 @@ want you do reorganize them like:
*PLEASE* do not use the curl.haxx.se site as a test target for your libcurl
applications/experiments. Even if some of the examples use that site as a URL
at some places, it doesn't mean that the URLs work or that we expect you to
actually torture our web site with your tests! Thanks.
actually torture our website with your tests! Thanks.
EXAMPLES

View file

@ -192,7 +192,7 @@ int main(int argc, char * const argv[])
char *base_name = NULL;
printf("\nRTSP request %s\n", VERSION_STR);
printf(" Project web site: "
printf(" Project website: "
"https://github.com/BackupGGCode/rtsprequest\n");
printf(" Requires curl V7.20 or greater\n\n");