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)
downloadopenssh-git-a6612d43cf0ef743649bdac9d13bc2cff4f79cc5.tar.gz
- 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 794404ae..250814d7 100644
--- a/sftp-server.c
+++ b/sftp-server.c
@@ -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;