about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index abaf5fa..d42ba13 100644
--- a/main.go
+++ b/main.go
@@ -181,7 +181,7 @@ func initArena(config *Config) *r2pipe.Pipe {
 		panic(err)
 	}
 
-	logrus.Info("Memoy successfully allocated")
+	logrus.Info("Memory successfully allocated")
 
 	// define the architecture and the bitness
 	_ = r2cmd(r2p, fmt.Sprintf("e asm.arch = %s", config.Arch))