http://drupalcode.org/project/omega.git/blob/refs/heads/7.x-4.x:/include...

Currently:
return drush_set_error('OMEGA_DESTINATION_DOEST_NOT_EXIST', dt('The given destination @destination of type @type does not exist. Did you misspell it?', array(

Should be:

return drush_set_error('OMEGA_DESTINATION_DOES_NOT_EXIST', dt('The given destination @destination of type @type does not exist. Did you misspell it?', array(

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chrisjlee’s picture

fubhy’s picture

Status: Needs review » Fixed

Committed, Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.