X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/00cffd5f7c35a915c09d55e6292775e9e01bdeec..1de5f8fa25dcea9fb9de9707d75120f762ce3a87:/Server/src/controlserver.cpp?ds=inline diff --git a/Server/src/controlserver.cpp b/Server/src/controlserver.cpp index 64f4cfe..753255e 100644 --- a/Server/src/controlserver.cpp +++ b/Server/src/controlserver.cpp @@ -56,7 +56,7 @@ void PlaQui::Server::ControlServer::real_run(void) { bool is_first = true; while (!stop && socket.getline(buf, BUFFER_SIZE)) { #ifdef DEBUG - std::cerr << "Reciviendo linea: " << buf << std::endl; + std::cerr << "Recibiendo linea: " << buf << std::endl; #endif // DEBUG int len = strlen(buf); // Si tiene un retorno de carro, lo elimina.