metahashorg / Node-Torrent

This repository contains the torrent node source code written in C++.
4 stars 2 forks source link

Spelling mistake - raiting should be rating #2

Open WPBC opened 5 years ago

WPBC commented 5 years ago

Raiting should be Rating.

Change this: const static std::string GETNODERAITING = "get-nodes-raiting";

to this: const static std::string GETNODERATING = "get-nodes-rating";

https://github.com/metahashorg/Node-Torrent/blob/a5417afad016f66ce3d099ce506d290eab42763b/src/Server.cpp#L59

also found here: https://github.com/metahashorg/Node-Torrent/blob/a5417afad016f66ce3d099ce506d290eab42763b/src/Server.cpp#L581