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

[PATCH] Fix typos in comments.

From: Edmund Wong <ed_at_kdtc.net>
Date: Wed, 08 Apr 2009 09:26:30 +0800

Hi,

In my haste to produce the previous patch, I should have
gathered all the typos before producing the previous patch.
(Live and learn, I guess). Sorry.

Log:

[[[
    Fix typos in comments.

    * subversion/include/svn_io.h
      (svn_stream_open_unique): s/possibly/possible/
      (svn_io_write_unique): s/possibly/possible/

    Patch by: Edmund Wong <edmund_at_belfordhk.com>

]]]

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1587573

Index: subversion/include/svn_io.h
===================================================================
--- subversion/include/svn_io.h (revision 37054)
+++ subversion/include/svn_io.h (working copy)
@@ -768,7 +768,7 @@
  *
  * If @a dirpath is @c NULL, use the path returned from svn_io_temp_dir().
  * (Note that when using the system-provided temp directory, it may not
- * be possibly to atomically rename the resulting file due to cross-device
+ * be possible to atomically rename the resulting file due to cross-device
  * issues.)
  *
  * The file will be deleted according to @a delete_when.
@@ -1523,7 +1523,7 @@
  *
  * If @a dirpath is @c NULL, use the path returned from svn_io_temp_dir().
  * (Note that when using the system-provided temp directory, it may not
- * be possibly to atomically rename the resulting file due to cross-device
+ * be possible to atomically rename the resulting file due to cross-device
  * issues.)
  *
  * The file will be deleted according to @a delete_when.
Received on 2009-04-08 03:26:45 CEST

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.