diff options
author | Jack Lloyd <[email protected]> | 2018-09-28 10:48:41 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-28 10:51:12 -0400 |
commit | 8e6fa0a74ee5bf3fcf129ae1c474a3d732500f74 (patch) | |
tree | db9d7f035bdcea3ee1e36dcc5ad1dd4afa825a58 /doc/manual/abi.rst | |
parent | 519b21c9586045be3e9316e57bbc5c68ba5841da (diff) |
Spell check the documentation
Diffstat (limited to 'doc/manual/abi.rst')
-rw-r--r-- | doc/manual/abi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/abi.rst b/doc/manual/abi.rst index 888f0c33a..faf7bcc44 100644 --- a/doc/manual/abi.rst +++ b/doc/manual/abi.rst @@ -3,7 +3,7 @@ ABI Stability ==================== Botan uses semantic versioning for the API; if API features are added the minor -version increases, whereas if API compatability breaks occur the major version +version increases, whereas if API compatibility breaks occur the major version is increased. However no guarantees about ABI are made between releases. Maintaining an ABI |