Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Fix typo in docs (mitsuhiko#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelistik authored May 16, 2023
1 parent 79a0fc6 commit 52a13b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn self_delete() -> Result<(), io::Error> {
}
}

/// Replaces the running executable with a differnet one.
/// Replaces the running executable with a different one.
///
/// This replaces the binary with another binary. The provided path is copied over and
/// if the function successfully completes, you can delete the source binary.
Expand Down

0 comments on commit 52a13b9

Please sign in to comment.