contrib/chg/hgclient.c
changeset 28535 aa082a8125da
parent 28512 b957b4c6cad8
child 28551 8e5312f8df30
--- a/contrib/chg/hgclient.c	Mon Mar 14 11:06:34 2016 +0000
+++ b/contrib/chg/hgclient.c	Mon Mar 14 13:48:33 2016 +0000
@@ -478,8 +478,8 @@
  *
  * @return - NULL, the server believes it can handle our request, or does not
  *           support "validate" command.
- *         - a list of strings, the server cannot handle our request and it
- *           sent instructions telling us how to fix the issue. See
+ *         - a list of strings, the server probably cannot handle our request
+ *           and it sent instructions telling us what to do next. See
  *           chgserver.py for possible instruction formats.
  *           the list should be freed by the caller.
  *           the last string is guaranteed to be NULL.