> 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