mirror of https://gitee.com/bigwinds/arangodb
typo in error message
This commit is contained in:
parent
4f070170ee
commit
8f3b0f048e
|
@ -672,7 +672,7 @@
|
|||
|
||||
databaseUrl: function(url, databaseName) {
|
||||
if (url.substr(0, 5) === '/_db/') {
|
||||
throw new Error("Calling databasUrl with a databased url (" + url + ") doesn't make any sense");
|
||||
throw new Error("Calling databaseUrl with a databased url (" + url + ") doesn't make any sense");
|
||||
}
|
||||
|
||||
if (!databaseName) {
|
||||
|
|
Loading…
Reference in New Issue