mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Fix typo in replacefile_stub.go.
It's errOnlyWindows, not errOnlyOnWindows.
This commit is contained in:
parent
20eba760e5
commit
4d656053e4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import (
|
|||
var (
|
||||
errOnlyWindows = errors.New("replacefile: only implemented on Windows")
|
||||
ErrUnableToMoveReplacement error = errOnlyWindows
|
||||
ErrUnableToMoveReplacement2 error = errOnlyOnWindows
|
||||
ErrUnableToMoveReplacement2 error = errOnlyWindows
|
||||
ErrUnableToRemoveReplaced error = errOnlyWindows
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue