Fixing spelling error

namespaces
Svein-Tore Griff With 2012-12-04 09:19:42 +01:00
parent c793e7ce99
commit 686df63e9a
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ class h5pValidator {
$valid = $this->isValidRequiredH5pData($h5pData, $requirement, $library_name) && $valid;
}
else {
$this->h5pF->setErrorMessage($this->h5pF->t("Ivalid data provided for %property in %library", array('%property' => $property_name, '%library' => $library_name)));
$this->h5pF->setErrorMessage($this->h5pF->t("Invalid data provided for %property in %library", array('%property' => $property_name, '%library' => $library_name)));
$valid = FALSE;
}
}