aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ftp.el
diff options
context:
space:
mode:
authorRobert J. Chassell <[email protected]>1990-08-24 19:37:09 +0000
committerRobert J. Chassell <[email protected]>1990-08-24 19:37:09 +0000
commit5859cd333cac7d01b75304b6be8996e227088f47 (patch)
tree79dc18577fba0e3c7c89565caeb1e8596a5fe17b /lisp/ftp.el
parent44a30a52c07723098e07991784b62d6811902d81 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/ftp.el')
-rw-r--r--lisp/ftp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ftp.el b/lisp/ftp.el
index 402ef12c37..c7d7b7e59d 100644
--- a/lisp/ftp.el
+++ b/lisp/ftp.el
@@ -244,7 +244,7 @@ USER and PASSWORD are defaulted from the values used when
((looking-at ignore)
(forward-line 1))
((not (search-forward "\n" nil t))
- ;; the way asynchronous process-output fucks with (point)
+ ;; the way asynchronous process-output works with (point)
;; is really really disgusting.
(setq p (point))
(condition-case ()