diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-30 09:39:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-30 09:39:26 +0000 |
commit | 654f0473025afeaaa1cbfe64a13ae0b3ca306361 (patch) | |
tree | d5fcd99051791e97f366885489284878cb880f1f /docs | |
parent | e6c23672b20e338586e3687a4a938cee8524112d (diff) | |
download | curl-654f0473025afeaaa1cbfe64a13ae0b3ca306361.tar.gz |
minor language fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/ABI | 2 |
1 files changed, 1 insertions, 1 deletions
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. |