diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-09-07 20:53:01 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-09-07 20:53:01 +0000 |
commit | 86f40109385db2959405b3a840c3d9f4459ec518 (patch) | |
tree | 6fd01095e1715fb1270a303d1c0bc2bf41ed7d2e /usr.bin | |
parent | 29bb9cba423fdfd54211fd5d414aa4982374c69d (diff) |
typo
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/scp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c index 8f2072f6f3e..ec1f3d1f44d 100644 --- a/usr.bin/ssh/scp.c +++ b/usr.bin/ssh/scp.c @@ -12,7 +12,7 @@ * software must be clearly marked as such, and if the derived work is * incompatible with the protocol description in the RFC file, it must be * called by a name other than "ssh" or "Secure Shell". - * + */ /* * Copyright (c) 1999 Theo de Raadt. All rights reserved. * Copyright (c) 1999 Aaron Campbell. All rights reserved. @@ -75,7 +75,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: scp.c,v 1.38 2000/09/07 20:27:53 deraadt Exp $"); +RCSID("$OpenBSD: scp.c,v 1.39 2000/09/07 20:53:00 markus Exp $"); #include "ssh.h" #include "xmalloc.h" |