[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 7074 - trunk/subversion/libsvn_fs

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-09-18 00:16:43 CEST

> Author: gstein
> Date: Tue Sep 16 12:03:07 2003
> New Revision: 7074
>
> Modified:
> trunk/subversion/libsvn_fs/reps-strings.c
> Log:
> * libsvn_fs/reps-strings.c (svn_fs__rep_contents): fix two typos.
>
>
> Modified: trunk/subversion/libsvn_fs/reps-strings.c
>
============================================================================
==
> --- trunk/subversion/libsvn_fs/reps-strings.c (original)
> +++ trunk/subversion/libsvn_fs/reps-strings.c Tue Sep 16 12:03:07 2003
> @@ -719,7 +719,7 @@
> if (contents_size > SVN_MAX_OBJECT_SIZE)
> return svn_error_createf
> (SVN_ERR_FS_GENERAL, NULL,
> - "svn_fs__rep_read_contents: rep contents are too largs "
> + "svn_fs__rep_contents: rep contents are too largs "

There is a third typo for you to fix: "largs". :-)

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 18 00:17:33 2003

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.