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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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') ) {