diff options
author | Jakob Unterwurzacher | 2016-10-24 19:18:13 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-24 19:18:13 +0200 |
commit | aeda9721d0150b9b77d9522bb3b4fcd17f2cbbfa (patch) | |
tree | 1cded9f7087c0d6d3d8d29fe9a1c5f0ceb3783bc /sendusr1.go | |
parent | ab4de4cbcd235bf1b3466a2a5bfa4d07f0537756 (diff) |
Fix misspellings
Close https://github.com/rfjakob/gocryptfs/issues/54
Diffstat (limited to 'sendusr1.go')
-rw-r--r-- | sendusr1.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |