Author: brane
Date: Wed Jan 9 04:09:02 2019
New Revision: 1850816
URL: http://svn.apache.org/viewvc?rev=1850816&view=rev
Log:
* subversion/bindings/cxx/include/svnxx/client/status.hpp
(client::async::status): Tweak wording in the docstring.
Modified:
subversion/trunk/subversion/bindings/cxx/include/svnxx/client/status.hpp
Modified:
subversion/trunk/subversion/bindings/cxx/include/svnxx/client/status.hpp
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxx/include/svnxx/client/status.hpp?rev=1850816&r1=1850815&r2=1850816&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxx/include/svnxx/client/status.hpp
(original)
+++ subversion/trunk/subversion/bindings/cxx/include/svnxx/client/status.hpp
Wed Jan 9 04:09:02 2019
@@ -108,10 +108,10 @@ namespace async {
* <tt>std::async()</tt>, but also maintains the lifetime of
* internal state relevant to the status operation.
*
- * @warning Any callbacks regietered in the context @a ctx, as well
- * as the status @a callback itself, may be called in the
- * context of a different thread than the one that created
- * this asynchronous operation.
+ * @warning Any callbacks regietered in @a ctx, as well as the
+ * status @a callback itself, may be called in the context
+ * of a different thread than the one that created this
+ * asynchronous operation.
*/
svnxx::detail::future<revision::number>
status(std::launch policy, context& ctx, const char* path,