about summary refs log tree commit diff stats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 01653007..4efd7b71 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -331,7 +331,7 @@ Force the use of float/double for x87 emulation. Availble in WowBox64.
 
 ### BOX64_DYNAREC_INTERP_SIGNAL
 
-Allow the use of Dynarec in Signal Handlers. Availble in WowBox64.
+Allow the use of Dynarec in Signal Handlers.
 
  * 0: Allow the use of Dynarec in signal handlers. [Default]
  * 1: Only use the Interpreter for signal handlers (as it was in v0.3.8 and earlier).