Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullja authored and mrubinsk committed Jun 25, 2014
1 parent a5f303d commit df683d3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -141,7 +141,7 @@ protected function _handleError($status, $type)
$this->_encoder->startTag(Horde_ActiveSync_Message_SendMail::COMPOSEMAIL_STATUS);
$this->_encoder->content($status);
$this->_encoder->endTag();
$this->_enocder->endTag();
$this->_encoder->endTag();
}

}
}

0 comments on commit df683d3

Please sign in to comment.