Skip to content

Commit 8018f1f

Browse files
bourgeoaTallTed
andauthored
Update lib/ldp.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent b348b4b commit 8018f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ldp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class LDP {
327327
} catch (err) { }
328328
}
329329

330-
// check if a document (or container) has the same name than a document (or container)
330+
// check whether a document (or container) has the same name as another document (or container)
331331
async checkItemName (url) {
332332
let testName, testPath
333333
const { hostname, pathname } = this.resourceMapper._parseUrl(url) // (url.url || url)

0 commit comments

Comments
 (0)