summaryrefslogtreecommitdiff
path: root/lisp/net/zeroconf.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-09-24 01:37:14 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-09-24 01:37:14 +0000
commit5a0c3f568d38c4778b5cab6140aa8e46c2523f22 (patch)
tree6cfe585bb619b0ffb45b05c95dde157978ce3b51 /lisp/net/zeroconf.el
parent62136c5d4bc770f6258f32b5c3b9d184569cb7c1 (diff)
downloademacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.tar.gz
emacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.tar.bz2
emacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.zip
Fix typos.
* allout.el * dired-aux.el * dired-x.el * epa-file.el * ps-print.el * shell.el * vc-hooks.el * vc-rcs.el * vc-sccs.el * vc.el * view.el * wdired.el * emacs-lisp/authors.el * net/dig.el * net/socks.el * net/zeroconf.el * obsolete/vc-mcvs.el * progmodes/gdb-mi.el * progmodes/grep.el * progmodes/idlw-help.el * progmodes/idlw-shell.el * progmodes/idlwave.el * progmodes/inf-lisp.el * textmodes/bibtex.el * textmodes/ispell.el * textmodes/reftex-toc.el
Diffstat (limited to 'lisp/net/zeroconf.el')
-rw-r--r--lisp/net/zeroconf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el
index e6339776a65..52d08c66c72 100644
--- a/lisp/net/zeroconf.el
+++ b/lisp/net/zeroconf.el
@@ -334,7 +334,7 @@ The attributes of SERVICE can be retrieved via the functions
(let ((l-hook (gethash type zeroconf-service-removed-hooks-hash nil)))
(add-hook 'l-hook function)
(puthash type l-hook zeroconf-service-removed-hooks-hash)))
- (t (error "EVENT must be either `:new' or `:removed'."))))
+ (t (error "EVENT must be either `:new' or `:removed'"))))
(defun zeroconf-get-host ()
"Returns the local host name as string."