typo
authorDr. Stephen Henson <steve@openssl.org>
Fri, 8 Mar 2002 19:12:38 +0000 (19:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 8 Mar 2002 19:12:38 +0000 (19:12 +0000)
apps/apps.c

index 34cd552eb538e65d16b018d57e926d3acb565670..f0c280c38d953a086775c6de386344d626cf00fe 100644 (file)
@@ -333,7 +333,7 @@ void program_name(char *in, char *out, int size)
 #ifdef OPENSSL_SYS_WIN32
 int WIN32_rename(char *from, char *to)
        {
-       /* Windows rename gives and error if 'to' exists, so delete it
+       /* Windows rename gives an error if 'to' exists, so delete it
         * first and ignore file not found errror
         */
        if((remove(to) != 0) && (errno != ENOENT))