From 52a13b97e9ad6f58cff6c87a5fe4137306e0e0ed Mon Sep 17 00:00:00 2001 From: pixelistik Date: Tue, 16 May 2023 10:56:53 +0200 Subject: [PATCH] Fix typo in docs (#2) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4600d07..b4fd010 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.