From c9acd7ad933aa30cf184f206ea89f38965ec5b5f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 23 Oct 2002 21:35:07 +0000 Subject: [PATCH] Typos --- doc/api.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api.xml b/doc/api.xml index 5a59371..0b9a5e5 100644 --- a/doc/api.xml +++ b/doc/api.xml @@ -3,7 +3,7 @@ YAZ C++ API The YAZ C++ API is an client - and server API that exposes - all YAZ features. The API doesn't hide YAZ C datastructures, but + all YAZ features. The API doesn't hide YAZ C data structures, but provides a set of useful high-level objects for creating clients - and servers. @@ -43,7 +43,7 @@ virtual void deleteObserver(IYazSocketObserver *observer) = 0; // Delete all observers virtual void deleteObservers() = 0; - // Specify the events that the observer is intersted in. + // Specify the events that the observer is interested in. virtual void maskObserver(IYazSocketObserver *observer, int mask) = 0; // Specify timeout @@ -229,7 +229,7 @@ public: // Create object using the PDU Observer specified Yaz_Z_Assoc(IYaz_PDU_Observable *the_PDU_Observable); - // Destroy assocation and close PDU Observer + // Destroy association and close PDU Observer virtual ~Yaz_Z_Assoc(); // Receive PDU void recv_PDU(const char *buf, int len); -- 1.7.10.4