ソースを参照

[ZF-8778] Maybe a spelling error.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20211 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 年 前
コミット
98c08b8f5f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      library/Zend/Pdf/Font.php

+ 1 - 1
library/Zend/Pdf/Font.php

@@ -551,7 +551,7 @@ abstract class Zend_Pdf_Font
                 break;
 
             default:
-                require_once 'Zend/Pdf/Excaption.php';
+                require_once 'Zend/Pdf/Exception.php';
                 throw new Zend_Pdf_Exception("Unknown font name: $name",
                                              Zend_Pdf_Exception::BAD_FONT_NAME);
         }