From 654f0473025afeaaa1cbfe64a13ae0b3ca306361 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 30 Jun 2008 09:39:26 +0000 Subject: [PATCH] minor language fix --- docs/libcurl/ABI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/ABI b/docs/libcurl/ABI index 5ed97da5a..f38c87888 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.