From adfb54243c9789e370104293829da2604cbdb125 Mon Sep 17 00:00:00 2001 From: ChristophTobler Date: Wed, 8 Aug 2018 10:23:16 +0200 Subject: [PATCH] FlightTasks: fix typo and improve comment --- src/lib/FlightTasks/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/FlightTasks/CMakeLists.txt b/src/lib/FlightTasks/CMakeLists.txt index dd9ff43307..91748c0c0a 100644 --- a/src/lib/FlightTasks/CMakeLists.txt +++ b/src/lib/FlightTasks/CMakeLists.txt @@ -35,11 +35,11 @@ # Prepare flight tasks ########################################### -# add upstream flight tasks (they are being handled differently from the core below) +# add upstream flight tasks (they are being handled differently from the core inside the python script) list(APPEND flight_tasks_to_add Orbit ) -# remove possible douplicates +# remove possible duplicates list(REMOVE_DUPLICATES flight_tasks_to_add) # remove flight tasks depending on target