summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-07 15:29:24 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-07 15:29:24 +0200
commit28e869f93d60e12e01009875d83336b75b2763ab (patch)
tree043a3ea02d5f075952805eb52885099c0d2a520a
parent019355118896b10a29ea3cb994540f74e797a862 (diff)
downloadedoors-ruby-28e869f93d60e12e01009875d83336b75b2763ab.zip
edoors-ruby-28e869f93d60e12e01009875d83336b75b2763ab.tar.gz
typo ERROR_ROUTE_ND->ERROR_ROUTE_NDN
-rw-r--r--lib/evendoors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/evendoors.rb b/lib/evendoors.rb
index 29b6d66..31d1745 100644
--- a/lib/evendoors.rb
+++ b/lib/evendoors.rb
@@ -20,7 +20,7 @@ module EvenDoors
LNK_CONDV = 'edoors_lnk_condv'.freeze
#
ERROR_FIELD = 'edoors_error'.freeze
- ERROR_ROUTE_ND = 'routing error: no door name'.freeze
+ ERROR_ROUTE_NDN = 'routing error: no door name'.freeze
ERROR_ROUTE_NMD = 'routing error: no more destination'.freeze
ERROR_ROUTE_RRWD = 'routing error: right room, wrong door'.freeze
ERROR_ROUTE_TRWR = 'routing error: top room, wrong room'.freeze