PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #3899

Typo in errormessage

Details

Submitted2005-03-21 13:23 UTC
Frompasi at schnappshot dot de
Assignedlsmith
StatusClosed
PackageLiveUser
PHP Version5.0.3
OSUbuntu Linux 4.?
Roadmaps(Not assigned)

Comments

[2005-03-21 13:23 UTC] pasi at schnappshot dot de

Description:
------------
Version: CVS from 2005-03-21
File: LiveUser.php

There is a typo in the errormessage 'LIVEUSER_ERROR_CONFIG'. Error is spelled with 2 r's.

Reproduce code:
---------------
line 300:

- LIVEUSER_ERROR_CONFIG => 'There is an errror in the configuration parameters',
+ LIVEUSER_ERROR_CONFIG => 'There is an error in the configuration parameters',

[2005-03-21 13:27 UTC] smith at backendmedia dot com

This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.

Thank you for the report, and for helping us make PEAR better.