From a6ecd9bb1f5fd1492ef003a23c1763c244b9f165 Mon Sep 17 00:00:00 2001 From: glasser Date: Mon, 24 Dec 2007 19:44:34 +0000 Subject: [PATCH] * subversion/libsvn_repos/rev_hunt.c (svn_repos_node_location_segments): Fix some typos in a comment. git-svn-id: http://svn.collab.net/repos/svn/trunk@28646 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a --- subversion/libsvn_repos/rev_hunt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subversion/libsvn_repos/rev_hunt.c b/subversion/libsvn_repos/rev_hunt.c index 09f89667f..8a31fe604 100644 --- a/subversion/libsvn_repos/rev_hunt.c +++ b/subversion/libsvn_repos/rev_hunt.c @@ -976,7 +976,7 @@ svn_repos_node_location_segments(svn_repos_t *repos, return SVN_NO_ERROR; } - /* Trasmit the segment (if its within the scope of our concern). */ + /* Transmit the segment (if it's within the scope of our concern). */ SVN_ERR(maybe_crop_and_send_segment(segment, start_rev, end_rev, receiver, receiver_baton, subpool)); -- 2.11.4.GIT