Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex authored and DennisOSRM committed May 7, 2014
1 parent 5d8cfa4 commit 56f6c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Extractor/ExtractionContainers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion prepare.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 56f6c79

Please sign in to comment.