Suuports clang compiler
[anna.git] / example / http / wims20RServer / main.cpp
index a7aa58c..1f6428c 100644 (file)
@@ -130,10 +130,10 @@ HTTPArithmeticServer::HTTPArithmeticServer () :
    CommandLine& commandLine (CommandLine::instantiate ());
       
    commandLine.add ("p", CommandLine::Argument::Mandatory, "Puerto en el que atender peticiones");
-   commandLine.add ("a", CommandLine::Argument::Mandatory, "Direccin IP en la que atender");
+   commandLine.add ("a", CommandLine::Argument::Mandatory, "Direccion IP en la que atender");
    commandLine.add ("trace", CommandLine::Argument::Optional, "Nivel de trazas (debug,warning, error,...)");
-   commandLine.add ("domain", CommandLine::Argument::Mandatory, "Domain indicado en la petición WIMS 2.0");
-   commandLine.add ("path", CommandLine::Argument::Optional, "Path indicado en la petición WIMS 2.0");
+   commandLine.add ("domain", CommandLine::Argument::Mandatory, "Domain indicado en la peticion WIMS 2.0");
+   commandLine.add ("path", CommandLine::Argument::Optional, "Path indicado en la peticion WIMS 2.0");
 }
 
 void HTTPArithmeticServer::initialize ()