From ebf1622b4ede25b17eb26abc0bbdef4ad14c8ca8 Mon Sep 17 00:00:00 2001 From: Manuel B Date: Wed, 24 Jan 2018 13:48:41 +0100 Subject: [PATCH] typo (#4414) --- js/client/modules/@arangodb/testsuites/ldap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client/modules/@arangodb/testsuites/ldap.js b/js/client/modules/@arangodb/testsuites/ldap.js index 8ed33be326..7ba3f92eb7 100644 --- a/js/client/modules/@arangodb/testsuites/ldap.js +++ b/js/client/modules/@arangodb/testsuites/ldap.js @@ -50,7 +50,7 @@ const RESET = require('internal').COLORS.COLOR_RESET; // ////////////////////////////////////////////////////////////////////////////// function ldap (options) { - print(`DAP FQDN is: ${options.ldapHost}:${options.ldapPort} ${options.caCertFilePath}`); + print(`LDAP FQDN is: ${options.ldapHost}:${options.ldapPort} ${options.caCertFilePath}`); const results = { failed: 0 }; const tests = [ {