minor language fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Jun 2008 09:39:26 +0000 (09:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Jun 2008 09:39:26 +0000 (09:39 +0000)
docs/libcurl/ABI

index 5ed97da..f38c878 100644 (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.