From 723744f9fcbd96a28c294d8f59aa81034282e983 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Sun, 10 May 2015 18:34:18 +0200
Subject: [PATCH] efa: Fix typo in NoData exception message (RT #104335)

---
 bin/efa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/efa b/bin/efa
index 9d370cb..467c6cc 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') ) {
-- 
GitLab