From edf0754a959ba6230a2ce0a3d2cd41f2c6caa5f4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 23 Aug 1999 09:55:55 +0000 Subject: [PATCH] spelling fix --- src/rmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rmt.h b/src/rmt.h index b83f17e..da8f629 100644 --- a/src/rmt.h +++ b/src/rmt.h @@ -24,7 +24,7 @@ ssize_t rmt_write__ PARAMS ((int, char *, size_t)); off_t rmt_lseek__ PARAMS ((int, off_t, int)); int rmt_ioctl__ PARAMS ((int, int, char *)); -/* A filename is remote if it contains a colon not preceeded by a slash, +/* A filename is remote if it contains a colon not preceded by a slash, to take care of `/:/' which is a shorthand for `/...//fs' on machines running OSF's Distributing Computing Environment (DCE) and Distributed File System (DFS). However, when --force-local, a -- 2.45.2