1
0
Fork 0

fixed broken sentence

This commit is contained in:
Jan Steemann 2016-01-26 16:16:29 +01:00
parent 7069810778
commit a606f2b0fd
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ function startDispatcher(instanceInfo) {
instanceInfo.dispatcherPid = executeExternal(cmd, toArgv(args));
while (arango.GET("/_admin/version").error === true) {
print("Waiting to dispatcher to appear");
print("Waiting for dispatcher to appear");
sleep(1);
}