aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.