fix: typos

This commit is contained in:
zach
2022-08-26 06:36:52 -07:00
parent 6bc4a00a9a
commit afe66b0b1c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ module C
attach_function :extism_call, [:int32, :string, :pointer, :uint64], :int32
attach_function :extism_output_length, [:int32], :uint64
attach_function :extism_output_get, [:int32, :pointer, :uint64], :void
attack_function :extism_log_file, [:string, :pointer], :void
attach_function :extism_log_file, [:string, :pointer], :void
end
class Error < StandardError