From 4a3477bd48a8af54fe1e025ba4330c12ddd0347a Mon Sep 17 00:00:00 2001 From: Michael Rodler Date: Thu, 12 Jan 2017 11:24:09 +0100 Subject: [PATCH] fixed typo in libheap install --- libheap/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libheap/install b/libheap/install index 53b3734..4fe5c3a 100755 --- a/libheap/install +++ b/libheap/install @@ -17,7 +17,7 @@ if ! grep "init-libheap" ~/.gdbinit; then define init-libheap python from libheap import * end -document init-pwndbg +document init-libheap Initializes the libheap gdb extension (https://github.com/cloudburst/libheap) end ####