Merge to 1.7.x?

On Thu, Dec 22, 2011, at 05:17, dongsh...@apache.org wrote:
> Author: dongsheng
> Date: Thu Dec 22 05:17:05 2011
> New Revision: 1222040
> 
> URL: http://svn.apache.org/viewvc?rev=1222040&view=rev
> Log:
> Making up for the missing single quotation mark.
> 
> Obvious fix.
> 
> Modified:
>     subversion/trunk/subversion/libsvn_client/diff.c
> 
> Modified: subversion/trunk/subversion/libsvn_client/diff.c
> URL: 
> http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/diff.c?rev=1222040&r1=1222039&r2=1222040&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_client/diff.c (original)
> +++ subversion/trunk/subversion/libsvn_client/diff.c Thu Dec 22 05:17:05 2011
> @@ -1607,7 +1607,7 @@ diff_prepare_repos_repos(const char **ur
>                                   *url1, *rev1, *rev2);
>        else
>          return svn_error_createf(SVN_ERR_FS_NOT_FOUND, NULL,
> -                                 _("Diff targets '%s and '%s' were not found 
> "
> +                                 _("Diff targets '%s' and '%s' were not 
> found "
>                                     "in the repository at revisions '%ld' and 
> "
>                                     "'%ld'"),
>                                   *url1, *url2, *rev1, *rev2);
> 
> 
> 

Reply via email to