1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

minor language fix

This commit is contained in:
Daniel Stenberg 2008-06-30 09:39:26 +00:00
parent e6c23672b2
commit 654f047302

View File

@ -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.