diff --git a/include/ConditionsDB/SimpleTime.h b/include/ConditionsDB/SimpleTime.h old mode 100755 new mode 100644 index 95497b2..0fc51de --- a/include/ConditionsDB/SimpleTime.h +++ b/include/ConditionsDB/SimpleTime.h @@ -40,7 +40,7 @@ // // __References__ // Number of days per year (365.25637): -// - Nordling, Österman: +// - Nordling, Österman: // Physics Handbook For Science And Engineering, // Studentlitteratur AB, 1999. ISBN 9144008236 // For time_t: diff --git a/src/Debug.h b/src/Debug.h old mode 100755 new mode 100644 index e114aba..b0d1f3d --- a/src/Debug.h +++ b/src/Debug.h @@ -39,8 +39,8 @@ // -// Modifica o código para usar a consola para debug ou, preferencialmente, -// a função mysql_debug(). +// Modifica o código para usar a consola para debug ou, preferencialmente, +// a função mysql_debug(). // #ifndef Debug_h diff --git a/tests/performanceTests/performanceTests.cxx b/tests/performanceTests/performanceTests.cxx old mode 100755 new mode 100644 index f660c9f..e493500 --- a/tests/performanceTests/performanceTests.cxx +++ b/tests/performanceTests/performanceTests.cxx @@ -845,7 +845,7 @@ int main () //Tests to the BLOB interface: long n_obj[5]={10,100,1000,10000,50000}; - int num_tests = 5; //Nº of tests to perform = number of values in the array n_obj + int num_tests = 5; //Nº of tests to perform = number of values in the array n_obj //Tests to the CondDBTable interface: int numOfColumns[8] = {1,2,3,4,5,6,7,8}; //Array to the maximum number of columns