From 2e67bf0ed69d0a07a0d6bee628301e0da7c6e973 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 26 Nov 2018 17:47:22 +0100 Subject: btrfs-progs: docs: fix typos in READMEs, INSTALL and CHANGES Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref Signed-off-by: David Sterba --- libbtrfsutil/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbtrfsutil') 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 -- cgit v1.2.3