Incorrect variable name in
--------------------------
Key: AVRO-979
URL: https://issues.apache.org/jira/browse/AVRO-979
Project: Avro
Issue Type: Bug
Components: ruby
Affects Versions: 1.6.1
Reporter: Paul Dlug
There is a misspelled variable name on line 244 of lib/avro/io.rb
("writers_scheam" vs "writers_schema":
{{code}}
--- lib/avro/io.rb (revision 1213867)
+++ lib/avro/io.rb (working copy)
@@ -244,7 +244,7 @@
when 'record'
return check_props(writers_schema, readers_schema, [:fullname])
when 'error'
- return check_props(writers_scheam, readers_schema, [:fullname])
+ return check_props(writers_schema, readers_schema, [:fullname])
when 'request'
return true
when 'fixed'
{{code}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira