mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
fix comment typo
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
parent
67107a4f5d
commit
905c1532fe
1 changed files with 2 additions and 2 deletions
|
@ -467,7 +467,7 @@ void OwncloudSetupWizard::slotCreateLocalAndRemoteFolders(const QString &localFo
|
|||
}
|
||||
if (nextStep) {
|
||||
/*
|
||||
* BEGIN - Sanitize URL paths to elaminate double-slashes
|
||||
* BEGIN - Sanitize URL paths to eliminate double-slashes
|
||||
*
|
||||
* Purpose: Don't rely on unsafe paths, be extra careful.
|
||||
*
|
||||
|
@ -497,7 +497,7 @@ void OwncloudSetupWizard::slotCreateLocalAndRemoteFolders(const QString &localFo
|
|||
|
||||
qCInfo(lcWizard) << "Sanitized to URL path:" << _ocWizard->account()->url().toString() + '/' + newUrlPath;
|
||||
/*
|
||||
* END - Sanitize URL paths to elaminate double-slashes
|
||||
* END - Sanitize URL paths to eliminate double-slashes
|
||||
*/
|
||||
|
||||
EntityExistsJob *job = new EntityExistsJob(_ocWizard->account(), newUrlPath, this);
|
||||
|
|
Loading…
Reference in a new issue