=== subversion/svnsync/main.c ================================================================== --- subversion/svnsync/main.c (revision 46663) +++ subversion/svnsync/main.c (local) @@ -884,7 +884,7 @@ if (strcmp(uuid, from_uuid->data) != 0) return svn_error_createf(APR_EINVAL, NULL, - _("UUID of destination repository (%s) does not " + _("UUID of source repository (%s) does not " "match expected UUID (%s)"), uuid, from_uuid->data);