On Tue, Jul 12, 2011 at 8:42 PM, <blair_at_apache.org> wrote:
> Author: blair
> Date: Tue Jul 12 18:42:19 2011
> New Revision: 1145716
>
> URL: http://svn.apache.org/viewvc?rev=1145716&view=rev
> Log:
> Minor spelling fixes.
>
> * subversion/include/svn_fs.h,
> * subversion/include/svn_repos.h:
> Fix a few spelling mistakes.
>
> Modified:
> subversion/trunk/subversion/include/svn_fs.h
> subversion/trunk/subversion/include/svn_repos.h
>
> Modified: subversion/trunk/subversion/include/svn_fs.h
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=1145716&r1=1145715&r2=1145716&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/include/svn_fs.h (original)
> +++ subversion/trunk/subversion/include/svn_fs.h Tue Jul 12 18:42:19 2011
> @@ -2016,7 +2016,7 @@ svn_fs_get_uuid(svn_fs_t *fs,
>
> /** If not @c NULL, associate @a *uuid with @a fs. Otherwise (if @a
> * uuid is @c NULL), generate a new UUID for @a fs. Use @a pool for
> - * any scratchwork.
> + * any scratch work.
> */
> svn_error_t *
> svn_fs_set_uuid(svn_fs_t *fs,
>
> Modified: subversion/trunk/subversion/include/svn_repos.h
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1145716&r1=1145715&r2=1145716&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/include/svn_repos.h (original)
> +++ subversion/trunk/subversion/include/svn_repos.h Tue Jul 12 18:42:19 2011
> @@ -1625,7 +1625,7 @@ svn_repos_node_location_segments(svn_rep
> * If @a include_merged_revisions is set, log information for revisions
> * which have been merged to @a paths will also be returned, unless these
> * revisions are already part of @a start to @a end in @a repos's
> - * filesystem, as limted by @a paths. In the latter case those revisions
> + * filesystem, as limited by @a paths. In the latter case those revisions
> * are skipped and @a receiver is not invoked.
> *
> * If @a revprops is NULL, retrieve all revprops; else, retrieve only the
> @@ -2329,7 +2329,7 @@ typedef struct svn_repos_node_t
> * svn_repos_replay2() is preferred.
> *
> * Invoke svn_repos_node_from_baton() on @a edit_baton to obtain the root
> - * node afterwards.
> + * node afterwords.
sp?
(not that I have such a high OCD level to make me review every
spelling-changing commit in detail, but for some reason I scrolled
down here :-))
--
Johan
Received on 2011-07-12 21:06:12 CEST