[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

PATCH: misc typos in comments

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-11-29 20:20:27 CET

Any objections to me committing this bunch of corrections to typos in comments (no code change)?

- Julian

Fix typos in comments.

Index: subversion/include/svn_error_codes.h
===================================================================
--- subversion/include/svn_error_codes.h (revision 7871)
+++ subversion/include/svn_error_codes.h (working copy)
@@ -523,3 +523,3 @@
 
- /* generic ra errors */
+ /* generic RA errors */
 
Index: subversion/include/svn_delta.h
===================================================================
--- subversion/include/svn_delta.h (revision 7871)
+++ subversion/include/svn_delta.h (working copy)
@@ -783,3 +783,3 @@
  * The @a editor will call @a cancel_func with @a cancel_baton when each of
- * it's functions are called, continuing on to call the corresponding wrapped
+ * its functions is called, continuing on to call the corresponding wrapped
  * function if it returns @c SVN_NO_ERROR.
Index: subversion/include/svn_wc.h
===================================================================
--- subversion/include/svn_wc.h (revision 7871)
+++ subversion/include/svn_wc.h (working copy)
@@ -713,3 +713,3 @@
 
- /** canonical repository url */
+ /** canonical repository URL */
   const char *repos;
@@ -868,3 +868,3 @@
 
-/** Set @a *url and @a *rev to the ancestor url and revision for @a path,
+/** Set @a *url and @a *rev to the ancestor URL and revision for @a path,
  * allocating in @a pool. @a adm_access must be an access baton for @a path.
@@ -940,3 +940,3 @@
  * If the administrative area does not exist then it will be created and
- * initialized to a unlocked state.
+ * initialized to an unlocked state.
  *
@@ -1106,3 +1106,3 @@
  *
- * The other available results for the @c text_status field more
+ * The other available results for the @c text_status field are more
  * straightforward in their meanings. See the comments on the
Index: subversion/include/svn_cmdline.h
===================================================================
--- subversion/include/svn_cmdline.h (revision 7871)
+++ subversion/include/svn_cmdline.h (working copy)
@@ -71,3 +71,3 @@
 
-/** Set @a *dest to a output-encoded C string from utf8 C string @a
+/** Set @a *dest to an output-encoded C string from utf8 C string @a
  * src; allocate @a *dest in @a pool.
Index: subversion/include/svn_client.h
===================================================================
--- subversion/include/svn_client.h (revision 7871)
+++ subversion/include/svn_client.h (working copy)
@@ -307,3 +307,3 @@
 
- /** commit url for this item */
+ /** commit URL for this item */
   const char *url;
@@ -1062,3 +1062,3 @@
  * @c SVN_PROP_PREFIX), then the caller is responsible for ensuring that
- * the value UTF8-encoded and uses LF line-endings.
+ * the value is UTF8-encoded and uses LF line-endings.
  *
@@ -1292,3 +1292,3 @@
 
-/** Set @a *url to the url for @a path_or_url.
+/** Set @a *url to the URL for @a path_or_url.
  *
@@ -1297,3 +1297,3 @@
  * If @a path_or_url is a versioned item, set @a *url to @a
- * path_or_url's entry url. If @a path_or_url is a unversioned (has
+ * path_or_url's entry URL. If @a path_or_url is unversioned (has
  * no entry), set @a *url to null.
@@ -1327,3 +1327,3 @@
  * entry; if not present in the entry, then call
- * svn_client_uuid_from_url() to retrieve, using the entry's url. @a
+ * svn_client_uuid_from_url() to retrieve, using the entry's URL. @a
  * ctx is required for possible repository authentication.
Index: subversion/include/svn_error.h
===================================================================
--- subversion/include/svn_error.h (revision 7871)
+++ subversion/include/svn_error.h (working copy)
@@ -53,3 +53,3 @@
 
-/** Put a English description of @a statcode into @a buf and return @a buf,
+/** Put an English description of @a statcode into @a buf and return @a buf,
  * null-terminated, @a statcode is either an svn error or apr error.
Index: subversion/include/svn_ra.h
===================================================================
--- subversion/include/svn_ra.h (revision 7871)
+++ subversion/include/svn_ra.h (working copy)
@@ -245,3 +245,3 @@
 {
- /** The proper name of the ra library, (like "ra_dav" or "ra_local") */
+ /** The proper name of the RA library, (like "ra_dav" or "ra_local") */
   const char *name;
@@ -357,3 +357,3 @@
    *
- * The caller may not perform any ra operations using
+ * The caller may not perform any RA operations using
    * @a session_baton before finishing the edit.
@@ -388,3 +388,3 @@
    *
- * The stream handlers for @a stream may not perform any ra
+ * The stream handlers for @a stream may not perform any RA
    * operations using @a session_baton.
@@ -449,5 +449,5 @@
    *
- * The caller may not perform any ra operations using
+ * The caller may not perform any RA operations using
    * @a session_baton before finishing the report, and may not perform
- * any ra operations using @a session_baton from within the editing
+ * any RA operations using @a session_baton from within the editing
    * operations of @a update_editor.
@@ -490,5 +490,5 @@
    *
- * The caller may not perform any ra operations using
+ * The caller may not perform any RA operations using
    * @a session_baton before finishing the report, and may not perform
- * any ra operations using @a session_baton from within the editing
+ * any RA operations using @a session_baton from within the editing
    * operations of @a switch_editor.
@@ -530,5 +530,5 @@
    *
- * The caller may not perform any ra operations using
+ * The caller may not perform any RA operations using
    * @a session_baton before finishing the report, and may not perform
- * any ra operations using @a session_baton from within the editing
+ * any RA operations using @a session_baton from within the editing
    * operations of @a status_editor.
@@ -583,5 +583,5 @@
    *
- * The caller may not perform any ra operations using
+ * The caller may not perform any RA operations using
    * @a session_baton before finishing the report, and may not perform
- * any ra operations using @a session_baton from within the editing
+ * any RA operations using @a session_baton from within the editing
    * operations of @a diff_editor.
@@ -631,3 +631,3 @@
    *
- * The caller may not invoke any ra operations using
+ * The caller may not invoke any RA operations using
    * @a session_baton from within @a receiver.
@@ -774,3 +774,3 @@
 
-/** Return an ra vtable-@a library (already within @a ra_baton) which can
+/** Return an RA vtable-@a library (already within @a ra_baton) which can
  * handle URL. A number of svn_client_* routines will call this
Index: subversion/libsvn_fs/tree.c
===================================================================
--- subversion/libsvn_fs/tree.c (revision 7871)
+++ subversion/libsvn_fs/tree.c (working copy)
@@ -1081,6 +1081,6 @@
 /* Add a change to the changes table in FS, keyed on transaction id
- TXN_ID, and indicated that a change of kind CHANGE_KIND occured on
+ TXN_ID, and indicated that a change of kind CHANGE_KIND occurred on
    PATH (whose node revision id is--or was, in the case of a
    deletion--NODEREV_ID), and optionally that TEXT_MODs or PROP_MODs
- occured. Do all this as part of TRAIL. */
+ occurred. Do all this as part of TRAIL. */
 static svn_error_t *
Index: subversion/libsvn_fs/id.h
===================================================================
--- subversion/libsvn_fs/id.h (revision 7871)
+++ subversion/libsvn_fs/id.h (working copy)
@@ -68,3 +68,3 @@
 
-/* Create a ID based on NODE_ID, COPY_ID, and TXN_ID, and allocated in
+/* Create an ID based on NODE_ID, COPY_ID, and TXN_ID, and allocated in
    POOL. */
Index: subversion/libsvn_fs/bdb/txn-table.c
===================================================================
--- subversion/libsvn_fs/bdb/txn-table.c (revision 7871)
+++ subversion/libsvn_fs/bdb/txn-table.c (working copy)
@@ -289,3 +289,3 @@
 
- /* If this is a immutable "committed" transaction, ignore it. */
+ /* If this is an immutable "committed" transaction, ignore it. */
       if (is_committed (txn))
Index: subversion/libsvn_fs/fs.h
===================================================================
--- subversion/libsvn_fs/fs.h (revision 7871)
+++ subversion/libsvn_fs/fs.h (working copy)
@@ -258,3 +258,3 @@
 {
- /* What kind of copy occured. */
+ /* What kind of copy occurred. */
   svn_fs__copy_kind_t kind;
Index: subversion/libsvn_wc/entries.c
===================================================================
--- subversion/libsvn_wc/entries.c (revision 7871)
+++ subversion/libsvn_wc/entries.c (working copy)
@@ -622,3 +622,3 @@
 
-/* Fill the entries cache in ADM_ACCESS. Either the full hash cache will
+/* Fill the entries cache in ADM_ACCESS. Either the full hash cache will be
    populated, if SHOW_HIDDEN is TRUE, or the truncated hash cache will be
Index: subversion/libsvn_wc/log.c
===================================================================
--- subversion/libsvn_wc/log.c (revision 7871)
+++ subversion/libsvn_wc/log.c (working copy)
@@ -862,3 +862,3 @@
               
- /* Now check for property commits. If a property commit occured, a
+ /* Now check for property commits. If a property commit occurred, a
      copy of the "working" property file should have been dumped in
Index: subversion/libsvn_wc/adm_ops.c
===================================================================
--- subversion/libsvn_wc/adm_ops.c (revision 7871)
+++ subversion/libsvn_wc/adm_ops.c (working copy)
@@ -1734,3 +1734,3 @@
          file, mark this directory as "incomplete". This allows this
- function to be interruptible and the wc recoverabel by 'svn
+ function to be interruptible and the wc recoverable by 'svn
          up' later on. */
Index: subversion/libsvn_wc/status.c
===================================================================
--- subversion/libsvn_wc/status.c (revision 7871)
+++ subversion/libsvn_wc/status.c (working copy)
@@ -271,3 +271,3 @@
     {
- /* An item is switched if it's working copy basename differs from the
+ /* An item is switched if its working copy basename differs from the
          basename of its URL. */
@@ -277,3 +277,3 @@
 
- /* An item is switched if it's URL, without the basename, does not
+ /* An item is switched if its URL, without the basename, does not
          equal its parent's URL. */
@@ -1081,3 +1081,3 @@
    into subdirectories. Also, if DIR_WAS_DELETED is set, each status
- that is reported through this function will have it's
+ that is reported through this function will have its
    repos_text_status field showing a deletion. Use POOL for all
Index: subversion/libsvn_subr/io.c
===================================================================
--- subversion/libsvn_subr/io.c (revision 7871)
+++ subversion/libsvn_subr/io.c (working copy)
@@ -1086,3 +1086,3 @@
     goes a long way towards minimizing it. It is not an infinite
- loop because there might really be a error.
+ loop because there might really be an error.
   */
@@ -1770,3 +1770,3 @@
     goes a long way towards minimizing it. It is not an infinite
- loop because there might really be a error.
+ loop because there might really be an error.
   */
Index: subversion/libsvn_client/switch.c
===================================================================
--- subversion/libsvn_client/switch.c (revision 7871)
+++ subversion/libsvn_client/switch.c (working copy)
@@ -1,3 +1,3 @@
 /*
- * switch.c: implement 'switch' feature via wc & ra interfaces.
+ * switch.c: implement 'switch' feature via WC & RA interfaces.
  *
@@ -100,5 +100,5 @@
   /* ### Note: we don't pass the `recurse' flag as the tree_lock
- argument to probe_open below, only because the ra layer is
+ argument to probe_open below, only because the RA layer is
      planning to blindly invalidate all wcprops below path anyway, and
- it needs a full tree lock to do so. If someday the ra layer gets
+ it needs a full tree lock to do so. If someday the RA layer gets
      smarter about this, then we can start passing `recurse' below
@@ -177,3 +177,3 @@
 
- /* Tell RA to do a update of URL+TARGET to REVISION; if we pass an
+ /* Tell RA to do an update of URL+TARGET to REVISION; if we pass an
      invalid revnum, that means RA will use the latest revision. */
Index: subversion/libsvn_client/export.c
===================================================================
--- subversion/libsvn_client/export.c (revision 7871)
+++ subversion/libsvn_client/export.c (working copy)
@@ -314,3 +314,3 @@
   /* We need to keep this around so we can explicitly close it in close_file,
- thus flushing it's output to disk so we can copy and translate it. */
+ thus flushing its output to disk so we can copy and translate it. */
   apr_file_t *tmp_file;
Index: subversion/libsvn_client/status.c
===================================================================
--- subversion/libsvn_client/status.c (revision 7871)
+++ subversion/libsvn_client/status.c (working copy)
@@ -136,4 +136,4 @@
 
- /* If this is a real update, we crawl the working copy and let the
- RA layer drive the editor for real. Otherwise, we just close the
+ /* If we want to know about out-of-dateness, we crawl the working copy and
+ let the RA layer drive the editor for real. Otherwise, we just close the
      edit. :-) */
Index: subversion/libsvn_client/client.h
===================================================================
--- subversion/libsvn_client/client.h (revision 7871)
+++ subversion/libsvn_client/client.h (working copy)
@@ -305,3 +305,3 @@
  *
- * RA_LIB/RA_SESSION define the additional ra session for requesting file
+ * RA_LIB/RA_SESSION define the additional RA session for requesting file
  * contents.
Index: subversion/libsvn_client/copy.c
===================================================================
--- subversion/libsvn_client/copy.c (revision 7871)
+++ subversion/libsvn_client/copy.c (working copy)
@@ -619,3 +619,3 @@
     {
- /* DST_URL doesn't exist under it's parent URL, so the URL we
+ /* DST_URL doesn't exist under its parent URL, so the URL we
          will be creating is DST_URL. */
Index: subversion/libsvn_client/update.c
===================================================================
--- subversion/libsvn_client/update.c (revision 7871)
+++ subversion/libsvn_client/update.c (working copy)
@@ -119,3 +119,3 @@
   /* ### todo: shouldn't svn_client__get_revision_number be able
- to take a url as easily as a local path? */
+ to take a URL as easily as a local path? */
   SVN_ERR (svn_client__get_revision_number
@@ -134,3 +134,3 @@
 
- /* Tell RA to do a update of URL+TARGET to REVISION; if we pass an
+ /* Tell RA to do an update of URL+TARGET to REVISION; if we pass an
      invalid revnum, that means RA will use the latest revision. */
Index: subversion/libsvn_client/commit.c
===================================================================
--- subversion/libsvn_client/commit.c (revision 7871)
+++ subversion/libsvn_client/commit.c (working copy)
@@ -155,3 +155,3 @@
 /* Import directory PATH into the repository directory indicated by
- * DIR_BATON in EDITOR. ROOT_PATH is the path imported as the root
+ * DIR_BATON in EDITOR. EDIT_PATH is the path imported as the root
  * directory, so all edits are relative to that.
@@ -161,3 +161,3 @@
  *
- * If NOTIFY_FUNC is non-null, invoke it with NOTIFY_BATON for each
+ * If CTX->NOTIFY_FUNC is non-null, invoke it with CTX->NOTIFY_BATON for each
  * directory.
@@ -659,3 +659,3 @@
 
- /* If an error occured during the commit, abort the edit and return
+ /* If an error occurred during the commit, abort the edit and return
      the error. We don't even care if the abort itself fails. */
Index: subversion/bindings/java/README-HIGH-LEVEL-API.txt
===================================================================
--- subversion/bindings/java/README-HIGH-LEVEL-API.txt (revision 7871)
+++ subversion/bindings/java/README-HIGH-LEVEL-API.txt (working copy)
@@ -47,4 +47,4 @@
 While the group developing the SWIG based implementation follow a bottom up approach
-we have taken a top down approach. We tried to define the kind of interface required for a gui
-or a ide plugin.
+we have taken a top down approach. We tried to define the kind of interface required for a GUI
+or an IDE plugin.
 
Index: subversion/bindings/swig/swigutil_java.h
===================================================================
--- subversion/bindings/swig/swigutil_java.h (revision 7871)
+++ subversion/bindings/swig/swigutil_java.h (working copy)
@@ -77,3 +77,3 @@
 
-/* make a editor that "thunks" from C callbacks up to Java */
+/* make an editor that "thunks" from C callbacks up to Java */
 void svn_swig_java_make_editor(JNIEnv *jenv,
Index: subversion/bindings/swig/perl/Delta.pm
===================================================================
--- subversion/bindings/swig/perl/Delta.pm (revision 7871)
+++ subversion/bindings/swig/perl/Delta.pm (working copy)
@@ -38,3 +38,3 @@
 deltas. by default SVN::Delta::Editor relays method calls to its
-internal member C<_editor>, which could either be a editor in C (such
+internal member C<_editor>, which could either be an editor in C (such
 as the one you get from get_commit_editor), or another
Index: subversion/bindings/swig/swigutil_py.h
===================================================================
--- subversion/bindings/swig/swigutil_py.h (revision 7871)
+++ subversion/bindings/swig/swigutil_py.h (working copy)
@@ -90,3 +90,3 @@
 
-/* make a editor that "thunks" from C callbacks up to Python */
+/* make an editor that "thunks" from C callbacks up to Python */
 void svn_swig_py_make_editor(const svn_delta_editor_t **editor,
Index: subversion/mod_dav_svn/liveprops.c
===================================================================
--- subversion/mod_dav_svn/liveprops.c (revision 7871)
+++ subversion/mod_dav_svn/liveprops.c (working copy)
@@ -709,3 +709,3 @@
       
- /* convert the apr_time_t into a apr_time_exp_t */
+ /* convert the apr_time_t into an apr_time_exp_t */
       status = apr_time_exp_gmt(&tms, timeval_tmp);
Index: subversion/mod_dav_svn/repos.c
===================================================================
--- subversion/mod_dav_svn/repos.c (revision 7871)
+++ subversion/mod_dav_svn/repos.c (working copy)
@@ -2743,3 +2743,3 @@
 
- /* Change the url into a either a baseline-collecton or public one. */
+ /* Change the URL into either a baseline-collection or a public one. */
   if (priv->root.rev == SVN_INVALID_REVNUM)
@@ -2751,3 +2751,3 @@
       
- /* create public url */
+ /* create public URL */
       path = apr_psprintf(resource->pool, "%s", priv->repos_path);
@@ -2756,3 +2756,3 @@
     {
- /* if rev was specific, create baseline-collection url */
+ /* if rev was specific, create baseline-collection URL */
       path = dav_svn_build_uri(repos, DAV_SVN_BUILD_URI_BC,
Index: subversion/mod_dav_svn/util.c
===================================================================
--- subversion/mod_dav_svn/util.c (revision 7871)
+++ subversion/mod_dav_svn/util.c (working copy)
@@ -65,3 +65,3 @@
 /* Set *REVISION to the youngest revision in which an interesting
- history item (a modification, or a copy) occured for PATH under
+ history item (a modification, or a copy) occurred for PATH under
    ROOT. Use POOL for scratchwork. */
Index: subversion/tests/libsvn_fs/fs-test.c
===================================================================
--- subversion/tests/libsvn_fs/fs-test.c (revision 7871)
+++ subversion/tests/libsvn_fs/fs-test.c (working copy)
@@ -1745,3 +1745,3 @@
 
- /* We don't think the A/D/H directory is pulling it's weight...let's
+ /* We don't think the A/D/H directory is pulling its weight...let's
      knock it off. Oh, and let's re-add iota, too. */
Index: subversion/tests/libsvn_ra_local/ra-local-test.c
===================================================================
--- subversion/tests/libsvn_ra_local/ra-local-test.c (revision 7871)
+++ subversion/tests/libsvn_ra_local/ra-local-test.c (working copy)
@@ -109,3 +109,3 @@
 
-/* Open an ra session to a local repository. */
+/* Open an RA session to a local repository. */
 static svn_error_t *
@@ -123,3 +123,3 @@
 
- /* Open an ra session into this repository. */
+ /* Open an RA session into this repository. */
   SVN_ERR (plugin->open (&session,
@@ -150,3 +150,3 @@
 
- /* Open an ra session into this repository. */
+ /* Open an RA session into this repository. */
   SVN_ERR (plugin->open (&session,
Index: subversion/tests/clients/cmdline/commit_tests.py
===================================================================
--- subversion/tests/clients/cmdline/commit_tests.py (revision 7871)
+++ subversion/tests/clients/cmdline/commit_tests.py (working copy)
@@ -1640,3 +1640,3 @@
   ### Adding wc/dirA/dirB/fileC
- ### Transmitting file data ....svn: A problem occured; see later errors
+ ### Transmitting file data ....svn: A problem occurred; see later errors
   ### for details
Index: subversion/tests/clients/cmdline/svnlook_tests.py
===================================================================
--- subversion/tests/clients/cmdline/svnlook_tests.py (revision 7871)
+++ subversion/tests/clients/cmdline/svnlook_tests.py (working copy)
@@ -169,3 +169,3 @@
     iota_path = string.replace(iota_path, '\\', '/')
- # Replace all occurences of wc_dir/iota with iota in svn diff output
+ # Replace all occurrences of wc_dir/iota with iota in svn diff output
   reiota = re.compile(iota_path)
Index: subversion/tests/clients/cmdline/schedule_tests.py
===================================================================
--- subversion/tests/clients/cmdline/schedule_tests.py (revision 7871)
+++ subversion/tests/clients/cmdline/schedule_tests.py (working copy)
@@ -474,3 +474,3 @@
 #
-# Suppose here is a either scheduled-add file or directory which is
+# Suppose here is a scheduled-add file or directory which is
 # also missing. If I want to make the working copy forget all
Index: subversion/tests/libsvn_repos/repos-test.c
===================================================================
--- subversion/tests/libsvn_repos/repos-test.c (revision 7871)
+++ subversion/tests/libsvn_repos/repos-test.c (working copy)
@@ -621,3 +621,3 @@
        appear changed though no entries were added or removed, and no
- property mods occured. Also note that this matrix represents
+ property mods occurred. Also note that this matrix represents
        only the final state of the paths existing in HEAD of the
Index: subversion/svndumpfilter/main.c
===================================================================
--- subversion/svndumpfilter/main.c (revision 7871)
+++ subversion/svndumpfilter/main.c (working copy)
@@ -428,3 +428,3 @@
              The number points to some revision in the past. We keep track
- of revision renumbering in a apr_hash, which maps original
+ of revision renumbering in an apr_hash, which maps original
              revisions to new ones. Dropped revision are mapped to -1.
Index: subversion/libsvn_repos/hooks.c
===================================================================
--- subversion/libsvn_repos/hooks.c (revision 7871)
+++ subversion/libsvn_repos/hooks.c (working copy)
@@ -131,4 +131,4 @@
 #ifdef SVN_WIN32
- /* For WIN32 we need to check with an added extentsion(s). */
- ".exe", ".cmd", ".bat", /* ### Any other extentsions? */
+ /* For WIN32 we need to check with an added extension(s). */
+ ".exe", ".cmd", ".bat", /* ### Any other extensions? */
 #else
Index: subversion/libsvn_repos/node_tree.c
===================================================================
--- subversion/libsvn_repos/node_tree.c (revision 7871)
+++ subversion/libsvn_repos/node_tree.c (working copy)
@@ -216,3 +216,3 @@
      path in the filesystem was. Why? Because if this deletion
- occured underneath a copied path, the thing that was deleted
+ occurred underneath a copied path, the thing that was deleted
      probably lived at a different location (relative to the copy
Index: subversion/libsvn_repos/delta.c
===================================================================
--- subversion/libsvn_repos/delta.c (revision 7871)
+++ subversion/libsvn_repos/delta.c (working copy)
@@ -453,5 +453,5 @@
   /* If we don't get back a valid revision, this path is mutable in
- the transaction. We should probably examing the node on which it
+ the transaction. We should probably examine the node on which it
      is based, doable by querying for the node-id of the path, and
- thing examining that node-id's predecessor. ### this predecessor
+ then examining that node-id's predecessor. ### This predecessor
      determination isn't exposed via the FS public API right now, so
Index: subversion/libsvn_repos/replay.c
===================================================================
--- subversion/libsvn_repos/replay.c (revision 7871)
+++ subversion/libsvn_repos/replay.c (working copy)
@@ -88,8 +88,8 @@
    and closures) needed to navigate between each successive path. For
- each path, we replay the sorted actions that occured at that path.
+ each path, we replay the sorted actions that occurred at that path.
 
    We we've finished the editor drive, we should have fully replayed
- the filesystem events that occured in that revision or transactions
+ the filesystem events that occurred in that revision or transactions
    (though not necessarily in the same order in which they
- occured). */
+ occurred). */
    
Index: subversion/libsvn_ra_dav/props.c
===================================================================
--- subversion/libsvn_ra_dav/props.c (revision 7871)
+++ subversion/libsvn_ra_dav/props.c (working copy)
@@ -641,3 +641,3 @@
 
- /* Split the url into it's component pieces (schema, host, path,
+ /* Split the url into its component pieces (schema, host, path,
      etc). We want the path part. */
Index: subversion/libsvn_ra_dav/commit.c
===================================================================
--- subversion/libsvn_ra_dav/commit.c (revision 7871)
+++ subversion/libsvn_ra_dav/commit.c (working copy)
@@ -850,3 +850,3 @@
      ### For now, we'll assume that if this path has already been
- added to the valid targets hash, that addition occured during the
+ added to the valid targets hash, that addition occurred during the
      "delete" phase (if that's not the case, this editor is being
Index: contrib/client-side/svn_load_dirs.pl.in
===================================================================
--- contrib/client-side/svn_load_dirs.pl.in (revision 7871)
+++ contrib/client-side/svn_load_dirs.pl.in (working copy)
@@ -1645,3 +1645,3 @@
 
-# Read standard input until a line contains either a upper or
+# Read standard input until a line contains either an upper or
 # lowercase y or n.
Index: tools/test-scripts/svntest/README
===================================================================
--- tools/test-scripts/svntest/README (revision 7871)
+++ tools/test-scripts/svntest/README (working copy)
@@ -3,3 +3,3 @@
 
-1) Read the INSTALL (http://svn.collab.net/repos/svm/trunk/INSTALL)
+1) Read the INSTALL (http://svn.collab.net/repos/svn/trunk/INSTALL)
    file, especially the sections about bootstrapping from a tarball
@@ -111,3 +111,3 @@
     
- Don't ever thouch config files under $INST_DIR/$HTTPD_NAME/conf, they will be overwritten by
+ Don't ever touch config files under $INST_DIR/$HTTPD_NAME/conf, they will be overwritten by
    the script.
@@ -124,3 +124,3 @@
    You should also set RAMDISK=yes, and check mount_ramdisk and umount_ramdisk
- in the svntes-config.sh file if your system is not GNU/Linux.
+ in the svntest-config.sh file if your system is not GNU/Linux.
    See http://subversion.tigris.org/project_faq.html#ramdisk-tests for
@@ -132,6 +132,6 @@
 8) If you like force rebuilding of some component, you could do:
- echo "1" > $PROJ_REPO.rb, dependies are:
+ echo "1" > $PROJ_REPO.rb, dependencies are:
    apr-util depends on apr, and httpd depends on apr and apr-util.
    Any dependent project will be also rebuild.
- When you run this script first time, everything will be rebuild
+ When you run this script first time, everything will be rebuilt
    automatically.
Index: tools/examples/minimal_client.c
===================================================================
--- tools/examples/minimal_client.c (revision 7871)
+++ tools/examples/minimal_client.c (working copy)
@@ -34,3 +34,3 @@
 
-/* Display a prmopt and read a one-line response into the provided buffer,
+/* Display a prompt and read a one-line response into the provided buffer,
    removing a trailing newline if present. */

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 29 20:17:27 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.