You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/11/17 08:39:41 UTC

Re: svn commit: r22320 - in trunk/subversion: libsvn_client libsvn_delta libsvn_ra_dav

> +static cancellation_baton_t *
> +get_cancellation_baton(svn_ra_dav__session_t *ras,
>                        ne_block_reader real_cb,
>                        void *real_userdata,
>                        apr_pool_t *pool)
>   
Very minor comment. One extra 'l' as collapsed the alignment.
>  
> -      cancel_baton = get_cancelation_baton(ras, spool_reader,
> +      cancel_baton = get_cancellation_baton(ras, spool_reader,
>                                             &spool_reader_baton, pool);
>   
Same as above.
>  
>    else
>      {
> -      cancel_baton = get_cancelation_baton(ras, ne_xml_parse_v,
> +      cancel_baton = get_cancellation_baton(ras, ne_xml_parse_v,
>                                             success_parser, pool);
>   
Same as above.


With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r22320 - in trunk/subversion: libsvn_client libsvn_delta libsvn_ra_dav

Posted by Erik Huelsmann <eh...@gmail.com>.
On 11/17/06, Kamesh Jayachandran <ka...@collab.net> wrote:
>
> > +static cancellation_baton_t *
> > +get_cancellation_baton(svn_ra_dav__session_t *ras,
> >                        ne_block_reader real_cb,
> >                        void *real_userdata,
> >                        apr_pool_t *pool)
> >
> Very minor comment. One extra 'l' as collapsed the alignment.
> >
> > -      cancel_baton = get_cancelation_baton(ras, spool_reader,
> > +      cancel_baton = get_cancellation_baton(ras, spool_reader,
> >                                             &spool_reader_baton, pool);
> >
> Same as above.
> >
> >    else
> >      {
> > -      cancel_baton = get_cancelation_baton(ras, ne_xml_parse_v,
> > +      cancel_baton = get_cancellation_baton(ras, ne_xml_parse_v,
> >                                             success_parser, pool);
> >
> Same as above.

I don't seem able to do even the simplest of commits correctly...

Thanks for the comments.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org