Skip to content

Commit

Permalink
chore: fix spelling of permessions
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Oct 8, 2024
1 parent 9d69658 commit 9bd2f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/cli/edit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ mod tests {
#[cfg(unix)]
mod unix_perissions {
#[test]
fn temp_file_has_600_permessions() {
fn temp_file_has_600_permissions() {
use std::os::unix::fs::PermissionsExt;
let tempfile = tempfile::tempfile().unwrap();
let mode = tempfile.metadata().unwrap().permissions().mode();
Expand Down

0 comments on commit 9bd2f34

Please sign in to comment.