summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/racc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/racc b/libexec/racc
index 5656b25e42..70e1032bfc 100755
--- a/libexec/racc
+++ b/libexec/racc
@@ -88,7 +88,7 @@ def main
debug_flags = Racc::DebugFlags.parse_option_string(flags)
}
#parser.on('--no-extensions', 'Run Racc without any Ruby extension.') {
- # Racc.const_set :Racc_No_Extentions, true
+ # Racc.const_set :Racc_No_Extensions, true
#}
parser.on('--version', 'Prints version and quit.') {
puts "racc version #{Racc::Version}"