From: Daniel Stenberg Date: Mon, 30 Jun 2008 09:39:26 +0000 (+0000) Subject: minor language fix X-Git-Tag: curl-7_19_0~421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=654f0473025afeaaa1cbfe64a13ae0b3ca306361;p=thirdparty%2Fcurl.git minor language fix --- diff --git a/docs/libcurl/ABI b/docs/libcurl/ABI index 5ed97da5a6..f38c878887 100644 --- a/docs/libcurl/ABI +++ b/docs/libcurl/ABI @@ -9,7 +9,7 @@ ABI - Application Binary Interface First, allow me to define the word for this context: ABI describes the - low-level interface between an application program a library. Calling + low-level interface between an application program and a library. Calling conventions, function arguments, return values, struct sizes/defines and more.