From b5d5370b8c01f750f16d2e35f256aa20e80d956f Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 9 Jan 2011 09:04:13 +1100 Subject: [PATCH] TYPO, fix typo in iscsi.h --- include/iscsi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/iscsi.h b/include/iscsi.h index d806659..70b6dd6 100644 --- a/include/iscsi.h +++ b/include/iscsi.h @@ -64,7 +64,7 @@ struct iscsi_url { * LIBISCSI_CHAP_USERNAME=ronnie * LIBISCSI_CHAP_PASSWORD=password * - * The returnes structure is freed by calling iscsi_destroy_url() + * The returned structure is freed by calling iscsi_destroy_url() */ struct iscsi_url *iscsi_parse_full_url(struct iscsi_context *iscsi, const char *url); void iscsi_destroy_url(struct iscsi_url *iscsi_url); @@ -85,7 +85,7 @@ void iscsi_destroy_url(struct iscsi_url *iscsi_url); * LIBISCSI_CHAP_USERNAME=ronnie * LIBISCSI_CHAP_PASSWORD=password * - * The returnes structure is freed by calling iscsi_destroy_url() + * The returned structure is freed by calling iscsi_destroy_url() */ struct iscsi_url * iscsi_parse_portal_url(struct iscsi_context *iscsi, const char *url);