소스 검색

* fixed minor mistake in comment. Mantis #23631

git-svn-id: trunk@23371 -
marco 12 년 전
부모
커밋
f08a1ed7c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-base/src/base64.pp

+ 1 - 1
packages/fcl-base/src/base64.pp

@@ -47,7 +47,7 @@ type
    *    - follows RFC3548
    *    - rejects any characters outside of base64 alphabet,
    *    - only accepts up to two '=' characters at the end and
-   *    - requires the input to have a Size being a multiple of 4; otherwise raises an EBase64DecodeException
+   *    - requires the input to have a Size being a multiple of 4; otherwise raises an EBase64DecodingException
    * - 'MIME mode':
    *    - follows RFC2045
    *    - ignores any characters outside of base64 alphabet