From 2211115031808fb4a39e56ee26ec2df93e6bf3b3 Mon Sep 17 00:00:00 2001 From: Geoff Lankow Date: Mon, 28 Jun 2021 10:58:32 +1200 Subject: [PATCH] No bug - Fix a typo in LDAPDirectoryQuery. rs=me --HG-- extra : histedit_source : 49ea44e3a4c59e3a631b9e5656f27d85c8f1d072 --- mailnews/addrbook/modules/LDAPDirectoryQuery.jsm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailnews/addrbook/modules/LDAPDirectoryQuery.jsm b/mailnews/addrbook/modules/LDAPDirectoryQuery.jsm index 8af8407724..b23040c994 100644 --- a/mailnews/addrbook/modules/LDAPDirectoryQuery.jsm +++ b/mailnews/addrbook/modules/LDAPDirectoryQuery.jsm @@ -188,8 +188,8 @@ class LDAPDirectoryQuery extends LDAPListenerBase { ); } - _onSearchFinished(status, secInfo, localtion) { - this._listener.onSearchFinished(status, false, secInfo, localtion); + _onSearchFinished(status, secInfo, location) { + this._listener.onSearchFinished(status, false, secInfo, location); } }