IVersionControl: Fix typo in function parameter

Change-Id: Ic9d8c2edd70c8c6d9c370e1aa541757d6cd4d53c
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-11-27 16:49:28 +01:00
parent 2acc80dfeb
commit ae67e2a79e

View File

@@ -153,7 +153,7 @@ public:
/*! /*!
* Called to get the version control repository root. * Called to get the version control repository root.
*/ */
virtual QString vcsGetRepositoryURL(const QString &director) = 0; virtual QString vcsGetRepositoryURL(const QString &directory) = 0;
/*! /*!
* Topic (e.g. name of the current branch) * Topic (e.g. name of the current branch)