From 74aad1869d1fc2678c10b130e0f05d010118cd47 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 16 Feb 2009 21:48:22 +0000 Subject: [PATCH] Fix typo. --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index 50c4f4c..a70478f 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -85,7 +85,7 @@ typedef long long libssh2_int64_t; /* We use underscore instead of dash when appending CVS in dev versions just to make the BANNER define (used by src/session.c) be a valid SSH - banner. Release versions have no appended strings and may of coruse not + banner. Release versions have no appended strings and may of course not have dashes either. */ #define LIBSSH2_VERSION "1.0.1_CVS"