diff --git a/Extractor/ExtractionContainers.cpp b/Extractor/ExtractionContainers.cpp index 44c4d6895..265bc5637 100644 --- a/Extractor/ExtractionContainers.cpp +++ b/Extractor/ExtractionContainers.cpp @@ -96,7 +96,7 @@ void ExtractionContainers::PrepareData( ); std::cout << "ok, after " << get_timestamp() - time << "s" << std::endl; - std::cout << "[extractor] Sorting restrctns. by from... " << std::flush; + std::cout << "[extractor] Sorting restrictions. by from... " << std::flush; stxxl::sort( restrictions_list.begin(), restrictions_list.end(), @@ -142,7 +142,7 @@ void ExtractionContainers::PrepareData( std::cout << "ok, after " << get_timestamp() - time << "s" << std::endl; time = get_timestamp(); - std::cout << "[extractor] Sorting restrctns. by to ... " << std::flush; + std::cout << "[extractor] Sorting restrictions. by to ... " << std::flush; stxxl::sort( restrictions_list.begin(), restrictions_list.end(), diff --git a/prepare.cpp b/prepare.cpp index b183a06c6..57fc7406c 100644 --- a/prepare.cpp +++ b/prepare.cpp @@ -245,7 +245,7 @@ int main (int argc, char *argv[]) { trafficLightNodes.size() << " traffic lights"; /*** - * Building an edge-expanded graph from node-based input an turn restrictions + * Building an edge-expanded graph from node-based input and turn restrictions */ SimpleLogger().Write() << "Generating edge-expanded graph representation";