Skip to content

Commit d04c933

Browse files
committed
Correct file case
1 parent c13cde5 commit d04c933

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

library/Zend/Validate/Barcode/Intelligentmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28-
class Zend_Validate_Barcode_IntelligentMail extends Zend_Validate_Barcode_AdapterAbstract
28+
class Zend_Validate_Barcode_Intelligentmail extends Zend_Validate_Barcode_AdapterAbstract
2929
{
3030
/**
3131
* Allowed barcode lengths.

tests/Zend/Application/Resource/UseragentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
require_once 'Zend/Loader/Autoloader.php';
2222
require_once 'Zend/Application/Resource/ResourceAbstract.php';
23-
require_once 'Zend/Application/Resource/Useragent.php';
23+
require_once 'Zend/Application/Resource/UserAgent.php';
2424

2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License

0 commit comments

Comments
 (0)