--- parser3/src/classes/curl.C 2024/09/13 04:01:22 1.72 +++ parser3/src/classes/curl.C 2024/11/04 03:53:25 1.74 @@ -1,7 +1,7 @@ /** @file Parser: @b curl parser class. - Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) Authors: Konstantin Morshnev */ @@ -18,7 +18,7 @@ #include "pa_http.h" #include "ltdl.h" -volatile const char * IDENT_CURL_C="$Id: curl.C,v 1.72 2024/09/13 04:01:22 moko Exp $"; +volatile const char * IDENT_CURL_C="$Id: curl.C,v 1.74 2024/11/04 03:53:25 moko Exp $"; class MCurl: public Methoded { public: @@ -53,7 +53,7 @@ static const char *dlink(const char *dlo if(!handle){ if(const char* result=lt_dlerror()) return result; - return "can not open the dynamic link module"; + return "cannot open the dynamic link module"; } DLINK(curl_easy_init);