diff --git a/bin/efa b/bin/efa index 9d370cb4ea4f3b9843eb5973516a02e1915c7526..467c6ccde3e956fd6128b87f9099f5d1e5e896ce 100755 --- a/bin/efa +++ b/bin/efa @@ -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') ) {