You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Pavol Gono <pa...@yahoo.com> on 2005/06/22 00:15:08 UTC

[PATCH] Tiny typo in HACKING

Hi

This fix should be obvious from
http://www.gnu.org/prep/standards/html_node/Formatting.html#Formatting

Pavol



		
__________________________________ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html

Re: [PATCH] Tiny typo in HACKING

Posted by kf...@collab.net.
Pavol Gono <pa...@yahoo.com> writes:
> This fix should be obvious from
> http://www.gnu.org/prep/standards/html_node/Formatting.html#Formatting

Committed in r15148, thank you.

-Karl


> ===================================================================
> --- HACKING	(revision 15135)
> +++ HACKING	(working copy)
> @@ -258,7 +258,7 @@
>             {
>               arg1 = another_func (arg1);
>             }
> -           while (*arg1);
> +         while (*arg1);
>         }
>     }
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

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