Suuports clang compiler
[anna.git] / example / io / reader / reader.cpp
index b563952..1a74092 100644 (file)
@@ -75,13 +75,13 @@ int main (int argc, const char** argv)
 }
 
 Test::Test () : 
-   app::Application ("testfunctions", "Comprobación del sistema io", "1.0") 
+   app::Application ("testfunctions", "Comprobacion del sistema io", "1.0") 
 {
    CommandLine& commandLine (CommandLine::instantiate ());
       
    commandLine.add ("file", CommandLine::Argument::Mandatory, "Nombre del fichero a procesar");
    commandLine.add ("mode", CommandLine::Argument::Mandatory, "Modo (binary|text)");
-   commandLine.add ("size", CommandLine::Argument::Mandatory, "Tamaño del buffer de entrada");
+   commandLine.add ("size", CommandLine::Argument::Mandatory, "Tamano del buffer de entrada");
 }
 
 void Test::initialize ()