aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
authorStefan Kangas2022-11-18 15:48:22 +0100
committerStefan Kangas2022-11-18 16:02:19 +0100
commitba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch)
treeaee24e35b156969e2450699b3d02621bcec3375e /lisp/progmodes/sql.el
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el2
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."
781 ;; Perform search 781 ;; Perform search
782 (dolist (s (auth-source-search :max 1000)) 782 (dolist (s (auth-source-search :max 1000))
783 (when (and 783 (when (and
784 ;; Is PRODUCT specified, in the enty, and they are equal 784 ;; Is PRODUCT specified, in the entry, and they are equal
785 (if product 785 (if product
786 (if (plist-member s :product) 786 (if (plist-member s :product)
787 (equal (plist-get s :product) product) 787 (equal (plist-get s :product) product)