From 8636ce1266873d1760c91180b2b4d01e3e82ab6d Mon Sep 17 00:00:00 2001
From: rHermes <teodor@spaeren.no>
Date: Fri, 22 May 2020 15:51:12 +0200
Subject: Fix spelling mistake in fsade.h

---
 fsade.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fsade.h b/fsade.h
index 7714dfe..fedc8ed 100644
--- a/fsade.h
+++ b/fsade.h
@@ -38,7 +38,7 @@
 #define BFS_CAN_CHECK_XATTRS (BFS_HAS_SYS_EXTATTR || BFS_HAS_SYS_XATTR)
 
 /**
- * Check if a file has a non-trvial Access Control List.
+ * Check if a file has a non-trivial Access Control List.
  *
  * @param ftwbuf
  *         The file to check.
@@ -48,7 +48,7 @@
 int bfs_check_acl(const struct BFTW *ftwbuf);
 
 /**
- * Check if a file has a non-trvial capability set.
+ * Check if a file has a non-trivial capability set.
  *
  * @param ftwbuf
  *         The file to check.
-- 
cgit v1.2.3