Skip to content

Commit

Permalink
Merge pull request #31 from CedCannes/patch-1
Browse files Browse the repository at this point in the history
Little typo
  • Loading branch information
romainneutron committed Mar 10, 2016
2 parents 97d7a16 + c399fa3 commit 4e39b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PHPExiftool/Driver/Value/ValueInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

interface ValueInterface
{
const TYPE_BINARY = 'bianry';
const TYPE_BINARY = 'binary';
const TYPE_MONO = 'mono';
const TYPE_MULTI = 'multi';

Expand Down

0 comments on commit 4e39b89

Please sign in to comment.