Skip to content

Commit eef8c9b

Browse files
committed
resmoves -> removes.
1 parent 3953a90 commit eef8c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lfs/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func InstallHooks(force bool) error {
4848
return nil
4949
}
5050

51-
// UninstallHooks resmoves all hooks in range of the `hooks` var.
51+
// UninstallHooks removes all hooks in range of the `hooks` var.
5252
func UninstallHooks() error {
5353
for _, h := range hooks {
5454
if err := h.Uninstall(); err != nil {

0 commit comments

Comments
 (0)