diff options
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r-- | lisp/progmodes/sql.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index a1c0aa76de5..e585799dc63 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -781,7 +781,7 @@ host key." ;; Perform search (dolist (s (auth-source-search :max 1000)) (when (and - ;; Is PRODUCT specified, in the enty, and they are equal + ;; Is PRODUCT specified, in the entry, and they are equal (if product (if (plist-member s :product) (equal (plist-get s :product) product) |