]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/net-utils.el: Fix comment typo in previous.
authorGlenn Morris <rgm@gnu.org>
Sat, 5 Dec 2015 00:56:32 +0000 (19:56 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 5 Dec 2015 00:56:32 +0000 (19:56 -0500)
lisp/net/net-utils.el

index c43d48e514c2855924f736fb7d997a7e9ff3f466..643d312fc2b1cdc615f1a37f360d216602e1ad08 100644 (file)
@@ -41,7 +41,7 @@
 ;; On some systems, programs like ifconfig are not in normal user
 ;; path, but rather in /sbin, /usr/sbin, etc (but non-root users can
 ;; still use them for queries).  Actually the trend these
-;; day is for /sbin to be a symlink to /usr/sbin, but we still need to
+;; days is for /sbin to be a symlink to /usr/sbin, but we still need to
 ;; search both for older systems.
 (defun net-utils--executable-find-sbin (command)
   "Return absolute name of COMMAND if found in an sbin directory."