소스 검색

typo

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 년 전
부모
커밋
6a373704cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      caca-php/examples/export.php

+ 1
- 1
caca-php/examples/export.php 파일 보기

@@ -52,7 +52,7 @@ else

if(! array_key_exists($format, $exports))
{
$msg = ($argv[0] . ": unknown $format `" . $format . "'\n" .
$msg = ($argv[0] . ": unknown format `" . $format . "'\n" .
"please use one of:\n");
foreach($exports as $format => $name)
$msg .= " \"" . $name . "\" (" . $format . ")\n";


불러오는 중...
취소
저장