Browse Source

typo

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 years ago
parent
commit
6a373704cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      caca-php/examples/export.php

+ 1
- 1
caca-php/examples/export.php View File

@@ -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";


Loading…
Cancel
Save