]> andersk Git - openssh.git/blobdiff - sftp-server.c
- miod@cvs.openbsd.org 2003/06/25 22:39:36
[openssh.git] / sftp-server.c
index 794404ae5ae11a8ac8f8bd630206f474d52fe29b..250814d72295eb2749cb22d174be5c7453ea8a2a 100644 (file)
@@ -22,7 +22,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: sftp-server.c,v 1.42 2003/04/08 20:21:29 itojun Exp $");
+RCSID("$OpenBSD: sftp-server.c,v 1.43 2003/06/25 22:39:36 miod Exp $");
 
 #include "buffer.h"
 #include "bufaux.h"
@@ -52,7 +52,7 @@ Buffer oqueue;
 /* Version of client */
 int version;
 
-/* portable attibutes, etc. */
+/* portable attributes, etc. */
 
 typedef struct Stat Stat;
 
This page took 0.309947 seconds and 4 git commands to generate.