Browse Source

[ZF-8592] Zend_Measure:

- fixed a mispelled word in API doc

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19903 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
0ab3d1edd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Measure/Number.php

+ 1 - 1
library/Zend/Measure/Number.php

@@ -28,7 +28,7 @@ require_once 'Zend/Locale.php';
 /**
  * Class for handling number conversions
  *
- * This class can only handle numbers without precission
+ * This class can only handle numbers without precision
  *
  * @category   Zend
  * @package    Zend_Measure