Hi,
I'm following the advice of the hacking.html and
am reading up on the different header files. Came
across a minor spelling mistake. I took the liberty
of making a patch. Since I'm learning, is this
the correct way of doing things here or am I just
being too nitpicky? I figured it would help make
the comments better.
[[[
Minor spelling change.
* subversion/include/svn_io.h:
"possibly" changed to "possible"
Patch by: Edmund Wong <edmund_at_belfordhk.com>
]]]
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1573936
Index: svn_io.h
===================================================================
--- svn_io.h (revision 37049)
+++ svn_io.h (working copy)
@@ -188,7 +188,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-07 10:54:19 CEST