From 1e1895a45ec5ac9dbfb43ec5a16e36b362fa2cee Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 24 Sep 2011 22:30:00 +0000 Subject: [PATCH] typo --- lam/templates/3rdParty/pla/lib/import_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/3rdParty/pla/lib/import_functions.php b/lam/templates/3rdParty/pla/lib/import_functions.php index fad88f6c..97fe4395 100644 --- a/lam/templates/3rdParty/pla/lib/import_functions.php +++ b/lam/templates/3rdParty/pla/lib/import_functions.php @@ -167,7 +167,7 @@ class ImportLDIF extends Import { list($text,$version) = $this->getAttrValue(array_shift($lines)); if ($version != 1) - return $this->error(sprintf('%s %s',_('LDIF import only suppports version 1'),$version),$lines); + return $this->error(sprintf('%s %s',_('LDIF import only supports version 1'),$version),$lines); $haveVersion = true; $lines = $this->nextLines();