From 39002aeb0f856235d6b29abd16fa8ca78f9304e9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 22 Mar 2005 08:53:17 +0000 Subject: =?UTF-8?q?(struct=20assuan=5Fio):=20Renamed=20elements=20READ=20a?= =?UTF-8?q?nd=20WRITE=20to=20READFNC=20and=20WRITEFNC=20to=20avoid=20probl?= =?UTF-8?q?ems=20with=20read=20defined=20as=20macros.=20=20Changed=20calle?= =?UTF-8?q?rs.=20=20Noted=20by=20Ville=20Skytt=EF=BF=BD=EF=BF=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assuan-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/assuan-handler.c') diff --git a/src/assuan-handler.c b/src/assuan-handler.c index 7be48e6..21501a3 100644 --- a/src/assuan-handler.c +++ b/src/assuan-handler.c @@ -544,7 +544,7 @@ process_request (ASSUAN_CONTEXT ctx) * assuan_process: * @ctx: assuan context * - * This fucntion is used to handle the assuan protocol after a + * This function is used to handle the assuan protocol after a * connection has been established using assuan_accept(). This is the * main protocol handler. * -- cgit v1.2.3