diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-21 15:41:43 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-09-21 15:51:07 +0200 |
commit | ebad35e4d99340af1bad3702063f029a21e188bc (patch) | |
tree | c0bed8023f5260026a110c60362c572833fae955 /test/lisp/net/dbus-tests.el | |
parent | 611b85b66366961dfcf53885438771b30569ffe0 (diff) | |
download | emacs-ebad35e4d99340af1bad3702063f029a21e188bc.tar.gz |
; Fix more trivial typos
Diffstat (limited to 'test/lisp/net/dbus-tests.el')
-rw-r--r-- | test/lisp/net/dbus-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index 58ad0516c56..62ed3f2bfb4 100644 --- a/test/lisp/net/dbus-tests.el +++ b/test/lisp/net/dbus-tests.el @@ -322,7 +322,7 @@ (dbus-check-arguments :session dbus--test-service '(:array (:dict-entry :string "string" :boolean t)))) - ;; The second element is `nil' (implicitely). FIXME: Is this right? + ;; The second element is `nil' (implicitly). FIXME: Is this right? (should (dbus-check-arguments :session dbus--test-service '(:array (:dict-entry :string "string")))) |