Skip to content

Commit 256be23

Browse files
committed
Fix variable description typo
1 parent 6d58261 commit 256be23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/efivar/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub mod attributes {
2020
= EfivarAttribute::init("Authenticated Write Access", 0x10);
2121

2222
pub static TIME_BASED_AUTHENTICATED_WRITE_ACCESS:EfivarAttribute
23-
= EfivarAttribute::init("Time Based Authenticated Write Access", 0x20);
23+
= EfivarAttribute::init("Time-Based Authenticated Write Access", 0x20);
2424

2525
pub static APPEND_WRITE:EfivarAttribute
2626
= EfivarAttribute::init("Append Write", 0x40);

0 commit comments

Comments
 (0)