Skip to content

Commit

Permalink
Merge commit 'refs/pull/3042/head' of github.com:zendframework/zf2 in…
Browse files Browse the repository at this point in the history
…to hotfix/typo
  • Loading branch information
Maks3w committed Nov 21, 2012
2 parents 157caa2 + 831879b commit 9c5c179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mail/Header/GenericHeader.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setFieldName($fieldName)
// Validate what we have
if (!preg_match('/^[a-z][a-z0-9-]*$/i', $fieldName)) {
throw new Exception\InvalidArgumentException(
'Header name must start with a letter, and consist of only letters, numbers and dashes'
'Header name must start with a letter, and consists of only letters, numbers and dashes.'
);
}

Expand Down

0 comments on commit 9c5c179

Please sign in to comment.