summaryrefslogtreecommitdiff
path: root/sftp-server.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-06-28 12:39:03 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-06-28 12:39:03 +1000
commita6612d43cf0ef743649bdac9d13bc2cff4f79cc5 (patch)
tree2d276564912656bda43a18d5bd5256eac1709e91 /sftp-server.c
parent502d384b74fae68dd9e265f48c2026cef6c12806 (diff)
- miod@cvs.openbsd.org 2003/06/25 22:39:36
[sftp-server.c] Typo police: attribute is better written with an 'r'.
Diffstat (limited to 'sftp-server.c')
-rw-r--r--sftp-server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-server.c b/sftp-server.c
index 794404ae5..250814d72 100644
--- a/sftp-server.c
+++ b/sftp-server.c
@@ -22,7 +22,7 @@
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 */ 23 */
24#include "includes.h" 24#include "includes.h"
25RCSID("$OpenBSD: sftp-server.c,v 1.42 2003/04/08 20:21:29 itojun Exp $"); 25RCSID("$OpenBSD: sftp-server.c,v 1.43 2003/06/25 22:39:36 miod Exp $");
26 26
27#include "buffer.h" 27#include "buffer.h"
28#include "bufaux.h" 28#include "bufaux.h"
@@ -52,7 +52,7 @@ Buffer oqueue;
52/* Version of client */ 52/* Version of client */
53int version; 53int version;
54 54
55/* portable attibutes, etc. */ 55/* portable attributes, etc. */
56 56
57typedef struct Stat Stat; 57typedef struct Stat Stat;
58 58