Signed-off-by: Michael Schuster <michael@schuster.ms>
}
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.
*
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);