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