about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-08-17 12:03:06 +0100
committerEmile <git@emile.space>2023-08-17 12:03:06 +0100
commit5391fdcabaf3a93cf27323ca2adf286b432d3865 (patch)
tree397ebf41f01e132dcd531c5c64dd091f3dfa6b9c
parentd6b3755ad40e2e9a73354b993cb6038fbcbc5c02 (diff)
spelling
-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))