mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1592922 - Fix typo in autoconfig's prefcalls.js. r=mkaply DONTBUILD
Adding DONTBUILD for a one character change in a string. Differential Revision: https://phabricator.services.mozilla.com/D51256 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
8fd3e10993
commit
376642ff2c
@ -155,7 +155,7 @@ function getLDAPAttributes(host, base, filter, attribs, isSecure) {
|
||||
// user supplied method
|
||||
processLDAPValues(ldapquery.getQueryResults(url, gVersion));
|
||||
} catch (e) {
|
||||
displayError("getLDAPAttibutes", e);
|
||||
displayError("getLDAPAttributes", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user