about summary refs log tree commit diff stats
path: root/example/jitter/mips32.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter/mips32.py')
-rwxr-xr-xexample/jitter/mips32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/mips32.py b/example/jitter/mips32.py
index 31ab03c8..70181a2a 100755
--- a/example/jitter/mips32.py
+++ b/example/jitter/mips32.py
@@ -18,7 +18,7 @@ parser.add_argument("-j", "--jitter",
                     help="Jitter engine (default is 'gcc')",
                     default="gcc")
 parser.add_argument("-d", "--debugging",
-                    help="Attach a CLI debugguer to the sandboxed programm",
+                    help="Attach a CLI debugguer to the sandboxed program",
                     action="store_true")
 parser.add_argument("binary",
                     help="binary to run")