From 5cf8293407f9b8f8427b0c70b14ff6cc99104084 Mon Sep 17 00:00:00 2001 From: robocop Date: Thu, 13 Dec 2007 08:28:34 +0000 Subject: [PATCH] Totally misc. --- src/remote/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/interface.cpp b/src/remote/interface.cpp index bee8035c1b..122853dc2b 100644 --- a/src/remote/interface.cpp +++ b/src/remote/interface.cpp @@ -1966,7 +1966,7 @@ ISC_STATUS GDS_DSQL_FETCH(ISC_STATUS* user_status, { if (statement->rsr_flags & RSR_eof) { - // hvlad: we may had queued fetch packet but received EOF before start + // hvlad: we may have queued fetch packet but received EOF before start // handling of this packet. Handle it now. fb_assert(statement->rsr_batch_count == 0 || statement->rsr_batch_count == 1);