fixed typo

This commit is contained in:
Roland Gruber 2011-11-25 18:35:34 +00:00
parent 56398a781f
commit 14d01c6405
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ class ImportLDIF extends Import {
$attrs['newsuperior'] = $attrvalue[1];
} else
return $this->error(_('A valid newsuperier attribute should be specified'),$lines);
return $this->error(_('A valid newsuperior attribute should be specified'),$lines);
} else
$attrs['newsuperior'] = $server->getContainer($this->template->getDN());