summaryrefslogtreecommitdiff
path: root/libbtrfsutil/README.md
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 17:47:22 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 17:47:22 +0100
commit2e67bf0ed69d0a07a0d6bee628301e0da7c6e973 (patch)
tree4d626c889f2e716ad713cd20bdb1b29e25af8fe7 /libbtrfsutil/README.md
parentf0cdb2c9fb00b14bd0777fcbaa3584504645ac90 (diff)
btrfs-progs: docs: fix typos in READMEs, INSTALL and CHANGES
Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'libbtrfsutil/README.md')
-rw-r--r--libbtrfsutil/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbtrfsutil/README.md b/libbtrfsutil/README.md
index 1dc326de..8abb426d 100644
--- a/libbtrfsutil/README.md
+++ b/libbtrfsutil/README.md
@@ -452,7 +452,7 @@ A few guidelines:
* Don't require the Btrfs UAPI headers for any interfaces (e.g., instead of
directly exposing a type from `linux/btrfs_tree.h`, abstract it away in a
type specific to `libbtrfsutil`)
-* Preserve API and ABI compatability at all times (i.e., we don't want to bump
+* Preserve API and ABI compatibility at all times (i.e., we don't want to bump
the library major version if we don't have to)
* Include Python bindings for all interfaces
* Write tests for all interfaces