summaryrefslogtreecommitdiff
path: root/test/manual/etags/cp-src/functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/etags/cp-src/functions.cpp')
-rw-r--r--test/manual/etags/cp-src/functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/etags/cp-src/functions.cpp b/test/manual/etags/cp-src/functions.cpp
index 7c353d161a1..ddd78f14d9b 100644
--- a/test/manual/etags/cp-src/functions.cpp
+++ b/test/manual/etags/cp-src/functions.cpp
@@ -223,7 +223,7 @@ int WorkingDays(Date a, Date b){
return(wdays);
}
-Date StartDay(Date a,int days){//Function to calculate the apropriate start day to finish in days working days
+Date StartDay(Date a,int days){//Function to calculate the appropriate start day to finish in days working days
Date tmp;
int wdays=0;
if ( ! a.set() )