diff --git a/poc/vuln-2.poc b/poc/vuln-2.poc
index d0e7e1cb90f82b070eaba2141541a9e6204d26e6..c6cfb94dffbd62c2d760aa5f6e7f325a38220581 100644
--- a/poc/vuln-2.poc
+++ b/poc/vuln-2.poc
@@ -1 +1 @@
-stoore value
\ No newline at end of file
+store value
\ No newline at end of file
diff --git a/src/vuln-2/dc.c b/src/vuln-2/dc.c
index 7e9a81802de6d67aee8b1e4e32c74a7fbceccef6..1644a2471bb94bd0dd297c9a4468e075faf65b4f 100644
--- a/src/vuln-2/dc.c
+++ b/src/vuln-2/dc.c
@@ -30,7 +30,7 @@ const char INSTRUCTION_LOAD[] = "load";
 
 const char INSTRUCTION_REM[] = "remove";
 
-const char INSTRUCTION_STORE[] = "stoore";
+const char INSTRUCTION_STORE[] = "store";
 
 const char INSTRUCTION_SAVE[] = "save";