docs spellchecker fixes

This commit is contained in:
Petr Skoda 2010-07-11 18:08:36 +00:00
parent b832bbddd9
commit 39b5371c32
6 changed files with 17 additions and 17 deletions

View file

@ -39,7 +39,7 @@ class backup_xml_transformer extends xml_contenttransformer {
$this->absolute_links_encoders = array();
$this->courseid = $courseid;
// Check if we support unicode modifiers in regular expressions
$this->unicoderegexp = @preg_match('/\pL/u', 'a'); // This will fail silenty, returning false,
$this->unicoderegexp = @preg_match('/\pL/u', 'a'); // This will fail silently, returning false,
// if regexp libraries don't support unicode
// Register all the available content link encoders
$this->absolute_links_encoders = $this->register_link_encoders();