diff options
| author | Glenn Morris | 2015-12-04 19:56:32 -0500 |
|---|---|---|
| committer | Glenn Morris | 2015-12-04 19:56:32 -0500 |
| commit | f18e93442b283b4eabfc063a06892fa4cc8579e8 (patch) | |
| tree | 45647e86417e85f6841c840dfc8be32b9cffad94 | |
| parent | 156ad50b9146b4b517bcb7908cb75cc3863ba2c4 (diff) | |
| download | emacs-f18e93442b283b4eabfc063a06892fa4cc8579e8.tar.gz emacs-f18e93442b283b4eabfc063a06892fa4cc8579e8.zip | |
; * lisp/net/net-utils.el: Fix comment typo in previous.
| -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 @@ | |||
| 41 | ;; On some systems, programs like ifconfig are not in normal user | 41 | ;; On some systems, programs like ifconfig are not in normal user |
| 42 | ;; path, but rather in /sbin, /usr/sbin, etc (but non-root users can | 42 | ;; path, but rather in /sbin, /usr/sbin, etc (but non-root users can |
| 43 | ;; still use them for queries). Actually the trend these | 43 | ;; still use them for queries). Actually the trend these |
| 44 | ;; day is for /sbin to be a symlink to /usr/sbin, but we still need to | 44 | ;; days is for /sbin to be a symlink to /usr/sbin, but we still need to |
| 45 | ;; search both for older systems. | 45 | ;; search both for older systems. |
| 46 | (defun net-utils--executable-find-sbin (command) | 46 | (defun net-utils--executable-find-sbin (command) |
| 47 | "Return absolute name of COMMAND if found in an sbin directory." | 47 | "Return absolute name of COMMAND if found in an sbin directory." |