Author: stsp
Date: Wed Feb 4 15:16:32 2015
New Revision: 1657277
URL: http://svn.apache.org/r1657277
Log:
On the pin-externals branch, fix a typo.
* subversion/tests/libsvn_client/client-test.c
(test_copy_pin_externals): Fix typo in comment.
Modified:
subversion/branches/pin-externals/subversion/tests/libsvn_client/client-test.c
Modified:
subversion/branches/pin-externals/subversion/tests/libsvn_client/client-test.c
URL:
http://svn.apache.org/viewvc/subversion/branches/pin-externals/subversion/tests/libsvn_client/client-test.c?rev=1657277&r1=1657276&r2=1657277&view=diff
==============================================================================
---
subversion/branches/pin-externals/subversion/tests/libsvn_client/client-test.c
(original)
+++
subversion/branches/pin-externals/subversion/tests/libsvn_client/client-test.c
Wed Feb 4 15:16:32 2015
@@ -1132,7 +1132,7 @@ test_copy_pin_externals(const svn_test_o
FALSE, TRUE, externals_to_pin,
NULL, NULL, NULL, ctx, pool));
- /* Verify that externals where pinned as expected. */
+ /* Verify that externals were pinned as expected. */
SVN_ERR(svn_client_propget5(&props, NULL, SVN_PROP_EXTERNALS,
A_copy_url, &peg_rev, &rev, NULL,
svn_depth_empty, NULL, ctx, pool, pool));