Skip to content

Commit

Permalink
typo fix windoze
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Nov 6, 2023
1 parent ec50906 commit c05e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waf_dl_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func loadSharedObject(file string) (uintptr, error) {
return uintptr(handle), err
}

func resovleSymbol(handle uintptr, name string) (uintptr, error) {
func resolveSymbol(handle uintptr, name string) (uintptr, error) {
return windows.GetProcAddress(windows.Handle(handle), name)
}

Expand Down

0 comments on commit c05e57a

Please sign in to comment.