Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Speykious committed Oct 24, 2022
1 parent d01a076 commit 04c48d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async fn main() {
}

// If a combined file is to be created, do so
// if not, then recreate the file strucutre from the combined file.
// if not, then recreate the file structure from the combined file.
if file_path.is_empty() {
if encrypted {
// Create a new keypair
Expand Down

0 comments on commit 04c48d1

Please sign in to comment.