You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Paul Dlug (Updated) (JIRA)" <ji...@apache.org> on 2011/12/13 20:20:30 UTC

[jira] [Updated] (AVRO-979) Incorrect variable name in lang/ruby/lib/avro/io.rb

     [ https://issues.apache.org/jira/browse/AVRO-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Dlug updated AVRO-979:
---------------------------

    Summary: Incorrect variable name in lang/ruby/lib/avro/io.rb  (was: Incorrect variable name in)
    
> Incorrect variable name in lang/ruby/lib/avro/io.rb
> ---------------------------------------------------
>
>                 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