Skip to content
Snippets Groups Projects
Commit 723744f9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa: Fix typo in NoData exception message (RT #104335)

parent 3b1131ed
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ sub handle_efa_exception {
exit 2;
}
if ( $e->isa('Travel::Routing::DE::EFA::Exception::NoData') ) {
printf STDERR ( "Backend rror: %s\n", $e->description );
printf STDERR ( "Backend error: %s\n", $e->description );
exit 3;
}
if ( $e->isa('Travel::Routing::DE::EFA::Exception::Ambiguous') ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment