Skip to content

Commit 340f8e2

Browse files
authored
typo in Exception (#21)
1 parent 85a7841 commit 340f8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/avro/datum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function write_data($writers_schema, $datum, $encoder)
133133
case AvroSchema::UNION_SCHEMA:
134134
return $this->write_union($writers_schema, $datum, $encoder);
135135
default:
136-
throw new AvroException(sprintf('Uknown type: %s',
136+
throw new AvroException(sprintf('Unknown type: %s',
137137
$writers_schema->type));
138138
}
139139
}

0 commit comments

Comments
 (0)