소스 검색

Replace optionNal to optional

frost-nzcr4 14 년 전
부모
커밋
12259d12cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php

+ 1 - 1
src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php

@@ -23,7 +23,7 @@ interface DebugLoggerInterface
      *
      * A log is an array with the following mandatory keys:
      * timestamp, message, priority, and priorityName.
-     * It can also have an optionnal context key containing an array.
+     * It can also have an optional context key containing an array.
      *
      * @return array An array of logs
      */