diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-01 20:20:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-01 20:20:54 +0000 |
commit | 2788aa366c8a70ef55f5905e9454c3d163efdd41 (patch) | |
tree | 455cd5a87e718238321bfb6688b5720b5678d1e3 /docs/libcurl/ABI | |
parent | 0f29fdaf170867c1427b6a70b899b26d2df25bf3 (diff) |
Jose Goncalves fixed my crappy spelling!
Diffstat (limited to 'docs/libcurl/ABI')
-rw-r--r-- | docs/libcurl/ABI | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/ABI b/docs/libcurl/ABI index 6e19554a7..3ec0e04de 100644 --- a/docs/libcurl/ABI +++ b/docs/libcurl/ABI @@ -13,7 +13,7 @@ ABI - Application Binary Interface conventions, function arguments, return values, struct sizes/defines and more. - For a longer descricption, see + For a longer description, see http://en.wikipedia.org/wiki/Application_binary_interface Upgrades @@ -36,7 +36,7 @@ Soname Bumps breakage, that may require your application to get attention or possibly be changed to adhere to new things, we will bump the soname. Then the library will get a different output name and thus can in fact be installed in - parallell with an older installed lib (on most systems). Thus, old + parallel with an older installed lib (on most systems). Thus, old applications built against the previous ABI version will remain working and using the older lib, while newer applications build and use the newer one. @@ -58,7 +58,7 @@ History The previous major library soname number bumps (breaking backwards compatibility) have happened the following times: - 0 - libcurl 7.1, August 200 + 0 - libcurl 7.1, August 2000 1 - libcurl 7.5 December 2000 |