SFML community forums

General => SFML website => Topic started by: Veltas on February 22, 2014, 02:11:21 am

Title: SFML tutorial typo
Post by: Veltas on February 22, 2014, 02:11:21 am
Nothing exciting, http://www.sfml-dev.org/tutorials/2.1/graphics-view.php under "Moving (scrolling) the view",
"Unlike drawable entites such as sprites or shapes," entities is mispelt.
Title: Re: SFML tutorial typo
Post by: zsbzsb on February 22, 2014, 05:39:03 am
Good catch  :) At least you finally posted something constructive and didn't bash me  ;)
Title: Re: SFML tutorial typo
Post by: Laurent on February 22, 2014, 09:07:29 am
Thanks.
Title: Re: SFML tutorial typo
Post by: vsrz on February 25, 2014, 06:11:43 am
...entities is mispelt.

mispelt is mispelled.

<3

Title: Re: SFML tutorial typo
Post by: Nexus on February 25, 2014, 09:09:15 am
mispelt is mispelled.
If you register only to correct that, then at least write it correctly yourself :P

Both misspelt and misspelled exist, the former is British English.
Title: Re: SFML tutorial typo
Post by: urmaul on May 27, 2014, 06:07:32 pm
In the 2.0 and 2.1 tutorials:
In my opinion, in http://www.sfml-dev.org/tutorials/2.1/network-socket.php#blocking-on-a-group-of-sockets "If only references" should be "it only references", and in http://www.sfml-dev.org/tutorials/2.1/network-http.php#responses, it should be "std::cout << "body: " << response.getBody() << std::endl;" instead of "std::cout << "body: " << response.getStatus() << std::endl;"