aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/ABI
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-30 09:39:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-30 09:39:26 +0000
commit654f0473025afeaaa1cbfe64a13ae0b3ca306361 (patch)
treed5fcd99051791e97f366885489284878cb880f1f /docs/libcurl/ABI
parente6c23672b20e338586e3687a4a938cee8524112d (diff)
minor language fix
Diffstat (limited to 'docs/libcurl/ABI')
-rw-r--r--docs/libcurl/ABI2
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.