Don't use the abbreviation "win" to refer to Windows (Bug#10421).
[bpt/emacs.git] / lisp / net / ange-ftp.el
index dd695c2..1501fa4 100644 (file)
@@ -2618,7 +2618,7 @@ away in the internal cache."
                                          (format
                                           "list data file %s not readable"
                                           temp))))
-                      ;; remove ^M inserted by the win32 ftp client
+                      ;; remove ^M inserted by the w32 ftp client
                       (while (re-search-forward "\r$" nil t)
                         (replace-match ""))
                       (goto-char 1)