=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/tildexpand.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/Attic/tildexpand.c 1999/09/26 20:53:38 1.1 +++ src/usr.bin/ssh/Attic/tildexpand.c 1999/09/30 16:48:48 1.2 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$Id: tildexpand.c,v 1.1 1999/09/26 20:53:38 deraadt Exp $"); +RCSID("$Id: tildexpand.c,v 1.2 1999/09/30 16:48:48 deraadt Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -32,8 +32,7 @@ if (filename[0] != '~') return xstrdup(filename); - - /* Skiop the tilde. */ + /* Skip the tilde. */ filename++; /* Find where the username ends. */