Source code typos as reported on mailing list.

This commit is contained in:
Friedemann Kleint
2009-06-16 08:33:44 +02:00
parent 5a5b1ca5a8
commit 9a82946d67
2 changed files with 2 additions and 2 deletions

View File

@@ -697,7 +697,7 @@ void SubversionPlugin::startCommitAll()
startCommit(files);
break;
default: {
const QString msg = tr("The commit list spans several respositories (%1). Please commit them one by one.").
const QString msg = tr("The commit list spans several repositories (%1). Please commit them one by one.").
arg(files.join(QString(QLatin1Char(' '))));
QMessageBox::warning(0, QLatin1String("svn commit"), msg, QMessageBox::Ok);
}