Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed Jul 21, 2018
1 parent b8c411f commit 4896cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/subhook.nim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ proc getSource*(hook: Hook): pointer {.inline.} =
proc getDest*(hook: Hook): pointer {.inline.} =
subhook_get_dst(hook.impl)

proc getTramoline*(hook: Hook): pointer {.inline.} =
proc getTrampoline*(hook: Hook): pointer {.inline.} =
subhook_get_trampoline(hook.impl)

proc install*(hook: Hook): int {.inline, discardable.} =
Expand Down
2 changes: 1 addition & 1 deletion subhook.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.1"
version = "0.1.2"
author = "Huy Doan"
description = "subhook wrapper"
license = "BSD2"
Expand Down

0 comments on commit 4896cfb

Please sign in to comment.