[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 1207 - trunk/subversion/include trunk/subversion/libsvn_client

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-02-08 02:55:33 CET

kfogel@tigris.org wrote:

>Author: kfogel
>Date: 2002-02-08 01:42 GMT
>New Revision: 1207
>
>Modified:
> trunk/subversion/include/svn_client.h
> trunk/subversion/libsvn_client/cancellation_editor.c
>Log:
> There once was a language so cool
> That its spelling was quite without rule;
> An orthographer's boom,
> Is a programmers's doom,
> And we all must go straight back to school!
>
"And hast thou slain the Jabberwock?" ... sorry ... hast thou added
cancellation_editor.c to libsvn_client.dsp?
(just edit it as text, in an editor that groks and preserves line-ending
styles.)

>
>
>* subversion/libsvn_client/cancellation_editor.c,
> subversion/include/svn_client.h:
> Spell "canceled" the same way everywhere.
>
>
>Modified: trunk/subversion/include/svn_client.h
>==============================================================================
>--- OLD/trunk/subversion/include/svn_client.h Thu Feb 7 19:42:33 2002
>+++ NEW/trunk/subversion/include/svn_client.h Thu Feb 7 19:42:33 2002
>@@ -722,7 +722,7 @@
>
>
> /* Set *EDITOR and *EDIT_BATON to an editor that returns
>- * SVN_ERR_CANCELLED if SHOULD_I_CANCEL(CANCEL_BATON) ever returns
>+ * SVN_ERR_CANCELED if SHOULD_I_CANCEL(CANCEL_BATON) ever returns
> * true. Should be composed before any editor that does any real
> * work.
> */
>
>Modified: trunk/subversion/libsvn_client/cancellation_editor.c
>==============================================================================
>--- OLD/trunk/subversion/libsvn_client/cancellation_editor.c Thu Feb 7 19:42:34 2002
>+++ NEW/trunk/subversion/libsvn_client/cancellation_editor.c Thu Feb 7 19:42:34 2002
>@@ -48,7 +48,7 @@
> {
> return svn_error_create (SVN_ERR_CANCELED,
> 0, NULL, eb->pool,
>- "Operation cancelled, presumably by user.");
>+ "Operation canceled, presumably by user.");
> }
> return SVN_NO_ERROR;
> }
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: svn-help@subversion.tigris.org
>

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:05 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.