diff options
Diffstat (limited to 'usr.sbin/rmt/rmt.c')
-rw-r--r-- | usr.sbin/rmt/rmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rmt/rmt.c b/usr.sbin/rmt/rmt.c index 7979cca61a2..d1542b3083d 100644 --- a/usr.sbin/rmt/rmt.c +++ b/usr.sbin/rmt/rmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rmt.c,v 1.21 2018/04/26 12:42:51 guenther Exp $ */ +/* $OpenBSD: rmt.c,v 1.22 2019/02/10 16:42:35 phessler Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -169,7 +169,7 @@ top: f &= ~O_CREAT; } else if (wflag) { /* - * Require, and force creation of, a nonexistant file, + * Require, and force creation of, a nonexistent file, * unless we are reopening the last opened file again, * in which case it is opened read-only. */ |