summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/client.h')
-rw-r--r--src/svnqt/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/client.h b/src/svnqt/client.h
index cdd6410..724507c 100644
--- a/src/svnqt/client.h
+++ b/src/svnqt/client.h
@@ -146,7 +146,7 @@ namespace svn
* @param path File to gather status.
* @param update if check against repository if new updates are there (for WC only)
* @param revision list specific revision when browsing remote, on working copies parameter will ignored
- * @return a Status with Statis.isVersioned = FALSE
+ * @return a Status with Statis.isVersioned = false
*/
virtual StatusPtr
singleStatus (const Path& path,bool update=false,const Revision revision = svn::Revision::HEAD)=0;