diff options
author | Glenn Morris <rgm@gnu.org> | 2015-12-04 19:56:32 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-12-04 19:56:32 -0500 |
commit | f18e93442b283b4eabfc063a06892fa4cc8579e8 (patch) | |
tree | 45647e86417e85f6841c840dfc8be32b9cffad94 /lisp/net/net-utils.el | |
parent | 156ad50b9146b4b517bcb7908cb75cc3863ba2c4 (diff) | |
download | emacs-f18e93442b283b4eabfc063a06892fa4cc8579e8.tar.gz |
; * lisp/net/net-utils.el: Fix comment typo in previous.
Diffstat (limited to 'lisp/net/net-utils.el')
-rw-r--r-- | lisp/net/net-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index c43d48e514c..643d312fc2b 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -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." |