aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.cpp
diff options
context:
space:
mode:
authorTorgny Nyblom <kde@nyblom.org>2010-08-09 14:24:37 +0200
committerTorgny Nyblom <kde@nyblom.org>2010-08-09 14:24:37 +0200
commitfcc4d75bd88a45c4cb0fa371e4292dfeea0a4944 (patch)
tree807b142860e98188aa4ce29189e11d87488f1e0b /src/repository.cpp
parent2b7ce4a0bcca10bcc6cdfb2cb35685ccaa10afe3 (diff)
parent03e7d518f73053d56b240917f3b0a412d30d47db (diff)
downloadsvn2git-fcc4d75bd88a45c4cb0fa371e4292dfeea0a4944.tar
svn2git-fcc4d75bd88a45c4cb0fa371e4292dfeea0a4944.tar.gz
svn2git-fcc4d75bd88a45c4cb0fa371e4292dfeea0a4944.tar.bz2
svn2git-fcc4d75bd88a45c4cb0fa371e4292dfeea0a4944.tar.xz
svn2git-fcc4d75bd88a45c4cb0fa371e4292dfeea0a4944.zip
Merge commit 'refs/merge-requests/1' of git://gitorious.org/~marcguenther/svn2git/marcguenther-svn2git into integration
Diffstat (limited to 'src/repository.cpp')
-rw-r--r--src/repository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.cpp b/src/repository.cpp
index bb7002e..be73df6 100644
--- a/src/repository.cpp
+++ b/src/repository.cpp
@@ -67,7 +67,7 @@ Repository::Repository(const Rules::Repository &rule)
fastImport.setWorkingDirectory(name);
if (!CommandLineParser::instance()->contains("dry-run")) {
if (!QDir(name).exists()) { // repo doesn't exist yet.
- qDebug() << "Creating new repositoryn" << name;
+ qDebug() << "Creating new repository" << name;
QDir::current().mkpath(name);
QProcess init;
init.setWorkingDirectory(name);