Skip to content

Commit f4bd0fd

Browse files
committed
constants: fix a typo in the Permission docstring
1 parent b383d1d commit f4bd0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ bitflags! {
6666
/// keyring, and a third set which is used when neither of the other two match.
6767
///
6868
/// The fourth set is combined with the permission set used above (priority to user, then
69-
/// group, finaly other) where either set granting a permission allows it. This set is,
69+
/// group, finally other) where either set granting a permission allows it. This set is,
7070
/// however, only used if the caller is a "possessor" of they key or keyring. Generally,
7171
/// "possession" requires the `search` permission, association from the calling thread
7272
/// (the session, process, and thread keyrings), or is linked to from a possessed keyring. See

0 commit comments

Comments
 (0)