1
0
Fork 0

fix typo in message

This commit is contained in:
jsteemann 2016-11-03 00:42:53 +01:00
parent 68317bb4f2
commit 096c01af22
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@
arangoHelper.deleteAardvarkJob(job);
} else if (data.responseJSON.code === 204) {
// job is still in quere or pending
arangoHelper.arangoMessage('Index', 'There is at least one new index in the queue or in the process of beeing created.');
arangoHelper.arangoMessage('Index', 'There is at least one new index in the queue or in the process of being created.');
}
} else {
arangoHelper.deleteAardvarkJob(job);