Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c399fa3

Browse files
committed
Fix typo
1 parent 4ec0975 commit c399fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/PHPExiftool/Driver/Value/ValueInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
interface ValueInterface
1515
{
16-
const TYPE_BINARY = 'bianry';
16+
const TYPE_BINARY = 'binary';
1717
const TYPE_MONO = 'mono';
1818
const TYPE_MULTI = 'multi';
1919

0 commit comments

Comments
 (0)