From aeda9721d0150b9b77d9522bb3b4fcd17f2cbbfa Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 24 Oct 2016 19:18:13 +0200 Subject: Fix misspellings Close https://github.com/rfjakob/gocryptfs/issues/54 --- sendusr1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sendusr1.go') diff --git a/sendusr1.go b/sendusr1.go index 752a8db..0fdcd0e 100644 --- a/sendusr1.go +++ b/sendusr1.go @@ -8,7 +8,7 @@ import ( ) // Send signal USR1 to "pid" (usually our parent process). This notifies it -// that the mounting has completed sucessfully. +// that the mounting has completed successfully. func sendUsr1(pid int) { p, err := os.FindProcess(pid) if err != nil { -- cgit v1.2.3