summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-05-22 10:01:53 -0400
committerGitHub <noreply@github.com>2020-05-22 10:01:53 -0400
commit9cf801e951006b6edf9bef99197a74845018c2b0 (patch)
treed58ea47d1c473b03b801255071079de7dede896d
parent5912f89baec5251456a475345ed78582ccb9df5a (diff)
parent8636ce1266873d1760c91180b2b4d01e3e82ab6d (diff)
downloadbfs-9cf801e951006b6edf9bef99197a74845018c2b0.tar.xz
Merge pull request #59 from rHermes/fix-spelling-in-fsade
Fix spelling mistake in fsade.h
-rw-r--r--fsade.h4
1 files 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.